Html Css Color HEX #99FAFD Electric Blue

📋 copy color: '#99FAFD'

red 153 ◦ green 250 ◦ blue 253

#99FAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #99FAFD

Tints of Electric Blue #99FAFD

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 value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99FAFD (or 0x99FAFD) is known color: 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

RGB 153 250 253 -
CMYK 0.40 0.01 0 0.01
HSL 181.8º 0.96% 0.8% -
HSV(B) 181.8º 0.4% 0.99% -
XYZ 65.05 82.24 105.37 -
YUV 221.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 153 250 253 0.40 0.01 0 0.01 181.8 0.96 0.8
Hex 99 FA FD 28 1 0 1 B6 60 50
Octal 231 372 375 50 1 0 1 266 140 120
Binary 10011001 11111010 11111101 101000 1 0 1 10110110 1100000 1010000

Color Harmonies of #99FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FAFD

Black with #99FAFD

Text Example


Text Example

White with #99FAFD

Text Example


Text Example

HTML Codes & Css Web 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>