#99F9FD

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

Shades of Electric Blue #99F9FD

Tints of Electric Blue #99F9FD

Color information

#99F9FD (or 0x99F9FD) is unknown color: approx Electric Blue. HEX triplet: 99, F9 and FD. RGB value is (153,249,253). Sum of RGB (Red+Green+Blue) = 153+249+253=655 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.36% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #99F9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F9FD is #660602. Grayscale: #DCDCDC. Windows color (decimal): -6686211 or 16644505. OLE color: 16644505.

HSL color Cylindrical-coordinate representation of color #99F9FD: hue angle of 182.4º 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 #99F9FD is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153249253-
CMYK0.400.0200.01
HSL182.4º96.15%79.61%-
HSV(B)182.4º39.53%99.22%-
XYZ64.7481.62105.27-
YUV220.75146.279.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.36%
GREEN value IS 249 (97.66% from 255) = 38.02%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=23.36%
G=38.02%
B=38.63%

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
Decimal1532492530.400.0200.01182.496.1579.61
Hex99F9FD28201b66050
Octal23137137550201266140120
Binary10011001111110011111110110100010011011011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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