Html Css Color HEX #99FEFF Electric Blue

📋 copy color: '#99FEFF'

red 153 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #99FEFF

Tints of Electric Blue #99FEFF

RGB

 RED value IS 153 (60.16% from 255) = 23.11%

 GREEN value IS 254 (99.61% from 255) = 38.37%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 23.11%
G = 38.37%
B = 38.52%

CMYK

 C value IS 0.4

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99FEFF (or 0x99FEFF) is known color: Electric Blue. HEX triplet: 99, FE and FF. RGB value is (153,254,255). Sum of RGB (Red+Green+Blue) = 153+254+255=662 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.11% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #99FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEFF is #660100. Grayscale: #DFDFDF. Windows color (decimal): -6684929 or 16776857. OLE color: 16776857.

HSL color Cylindrical-coordinate representation of color #99FEFF: hue angle of 180.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEFF is Cyan = 0.4, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 254 255 -
CMYK 0.4 0.00 0 0
HSL 180.59º 1% 0.8% -
HSV(B) 180.59º 0.4% 1% -
XYZ 66.63 84.88 107.48 -
YUV 223.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 153 254 255 0.4 0.00 0 0 180.59 1 0.8
Hex 99 FE FF 28 0 0 0 B5 64 50
Octal 231 376 377 50 0 0 0 265 144 120
Binary 10011001 11111110 11111111 101000 0 0 0 10110101 1100100 1010000

Color Harmonies of #99FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FEFF

Black with #99FEFF

Text Example


Text Example

White with #99FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,254,255); }

 H1.HeaderClassName
 {
   color: #99FEFF;
 }
 .AnyTagClassName
 {
   color: #99FEFF;
 }
</style>

background-color css

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

 a { background-color: rgb(153,254,255); }

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

border-color css

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

 span { border-color: rgb(153,254,255); }

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