Html Css Color HEX #9AEEFE Blizzard Blue

📋 copy color: '#9AEEFE'

red 154 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #9AEEFE

Tints of Blizzard Blue #9AEEFE

RGB

 RED value IS 154 (60.55% from 255) = 23.84%

 GREEN value IS 238 (93.36% from 255) = 36.84%

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

R = 23.84%
G = 36.84%
B = 39.32%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9AEEFE (or 0x9AEEFE) is known color: Blizzard Blue. HEX triplet: 9A, EE and FE. RGB value is (154,238,254). Sum of RGB (Red+Green+Blue) = 154+238+254=646 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.84% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEFE is #651101. Grayscale: #D6D6D6. Windows color (decimal): -6623490 or 16707226. OLE color: 16707226.

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

Color convert

RGB 154 238 254 -
CMYK 0.39 0.06 0 0.00
HSL 189.6º 0.98% 0.8% -
HSV(B) 189.6º 0.39% 1% -
XYZ 61.79 75.17 105.02 -
YUV 214.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 154 238 254 0.39 0.06 0 0.00 189.6 0.98 0.8
Hex 9A EE FE 27 6 0 0 BE 62 50
Octal 232 356 376 47 6 0 0 276 142 120
Binary 10011010 11101110 11111110 100111 110 0 0 10111110 1100010 1010000

Color Harmonies of #9AEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEEFE

Black with #9AEEFE

Text Example


Text Example

White with #9AEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AEEFE; }

 p { color: rgb(154,238,254); }

 H1.HeaderClassName
 {
   color: #9AEEFE;
 }
 .AnyTagClassName
 {
   color: #9AEEFE;
 }
</style>

background-color css

<style>
 a { background-color: #9AEEFE; }

 a { background-color: rgb(154,238,254); }

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

border-color css

<style>
 span { border-color: #9AEEFE; }

 span { border-color: rgb(154,238,254); }

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