#99F8FD

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

Shades of Electric Blue #99F8FD

Tints of Electric Blue #99F8FD

Color information

#99F8FD (or 0x99F8FD) is unknown color: approx Electric Blue. HEX triplet: 99, F8 and FD. RGB value is (153,248,253). Sum of RGB (Red+Green+Blue) = 153+248+253=654 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.39% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #99F8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8FD is #660702. Grayscale: #DCDCDC. Windows color (decimal): -6686467 or 16644249. OLE color: 16644249.

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

Color convert

RGB153248253-
CMYK0.400.0200.01
HSL183º96.15%79.61%-
HSV(B)183º39.53%99.22%-
XYZ64.4381105.17-
YUV220.16146.5380.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.39%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=23.39%
G=37.92%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532482530.400.0200.0118396.1579.61
Hex99F8FD28201b76050
Octal23137037550201267140120
Binary10011001111110001111110110100010011011011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F8FD; }

 p { color: rgb(153,248,253); }

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

<style>
 a { background-color: #99F8FD; }

 a { background-color: rgb(153,248,253); }

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

<style>
 span { border-color: #99F8FD; }

 span { border-color: rgb(153,248,253); }

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