#98FCFD

Color #98FCFD Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #98FCFD

Tints of Electric Blue #98FCFD

Color information

#98FCFD (or 0x98FCFD) is unknown color: approx Electric Blue. HEX triplet: 98, FC and FD. RGB value is (152,252,253). Sum of RGB (Red+Green+Blue) = 152+252+253=657 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.14% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #98FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FCFD is #670302. Grayscale: #DEDEDE. Windows color (decimal): -6750979 or 16645272. OLE color: 16645272.

HSL color Cylindrical-coordinate representation of color #98FCFD: hue angle of 180.59º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCFD is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152252253-
CMYK0.400.0000.01
HSL180.59º96.19%79.41%-
HSV(B)180.59º39.92%99.22%-
XYZ65.4983.39105.57-
YUV222.21145.3777.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 23.14%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=23.14%
G=38.36%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522522530.400.0000.01180.5996.1979.41
Hex98FCFD28001b5604f
Octal23037437550001265140117
Binary1001100011111100111111011010000011011010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FCFD; }

 p { color: rgb(152,252,253); }

 H1.HeaderClassName
 {
   color: #98FCFD;
 }
 .AnyTagClassName
 {
   color: #98FCFD;
 }
</style>
background-color css

<style>
 a { background-color: #98FCFD; }

 a { background-color: rgb(152,252,253); }

 div.DivClassName
 {
   background-color: #98FCFD;
 }
 .BgClassName
 {
   background-color: #98FCFD;
 }
</style>
border-color css

<style>
 span { border-color: #98FCFD; }

 span { border-color: rgb(152,252,253); }

 td.TdClassName
 {
   border-color: #98FCFD;
 }
 .TagClassName
 {
   border-color: #98FCFD;
 }
</style>