Html Css Color HEX #99F8FE Electric Blue

📋 copy color: '#99F8FE'

red 153 ◦ green 248 ◦ blue 254

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

Shades of Electric Blue #99F8FE

Tints of Electric Blue #99F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 23.36%
G = 37.86%
B = 38.78%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99F8FE (or 0x99F8FE) is known color: Electric Blue. HEX triplet: 99, F8 and FE. RGB value is (153,248,254). Sum of RGB (Red+Green+Blue) = 153+248+254=655 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.36% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8FE is #660701. Grayscale: #DCDCDC. Windows color (decimal): -6686466 or 16709785. OLE color: 16709785.

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

Color convert

RGB 153 248 254 -
CMYK 0.40 0.02 0 0.00
HSL 183.56º 0.98% 0.8% -
HSV(B) 183.56º 0.4% 1% -
XYZ 64.59 81.06 106.01 -
YUV 220.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 153 248 254 0.40 0.02 0 0.00 183.56 0.98 0.8
Hex 99 F8 FE 28 2 0 0 B8 62 50
Octal 231 370 376 50 2 0 0 270 142 120
Binary 10011001 11111000 11111110 101000 10 0 0 10111000 1100010 1010000

Color Harmonies of #99F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F8FE

Black with #99F8FE

Text Example


Text Example

White with #99F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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