#99FAFD

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

Shades of Electric Blue #99FAFD

Tints of Electric Blue #99FAFD

Color information

#99FAFD (or 0x99FAFD) is unknown color: approx Electric Blue. HEX triplet: 99, FA and FD. RGB value is (153,250,253). Sum of RGB (Red+Green+Blue) = 153+250+253=656 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.32% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #99FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAFD is #660502. Grayscale: #DDDDDD. Windows color (decimal): -6685955 or 16644761. OLE color: 16644761.

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

Color convert

RGB153250253-
CMYK0.400.0100.01
HSL181.8º96.15%79.61%-
HSV(B)181.8º39.53%99.22%-
XYZ65.0582.24105.37-
YUV221.34145.8679.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.32%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=23.32%
G=38.11%
B=38.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532502530.400.0100.01181.896.1579.61
Hex99FAFD28101b66050
Octal23137237550101266140120
Binary1001100111111010111111011010001011011011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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