Html Css Color HEX #9AECE8 Blizzard Blue

📋 copy color: '#9AECE8'

red 154 ◦ green 236 ◦ blue 232

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

Shades of Blizzard Blue #9AECE8

Tints of Blizzard Blue #9AECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.94%

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 24.76%
G = 37.94%
B = 37.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#9AECE8 (or 0x9AECE8) is known color: Blizzard Blue. HEX triplet: 9A, EC and E8. RGB value is (154,236,232). Sum of RGB (Red+Green+Blue) = 154+236+232=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECE8 is #651317. Grayscale: #D2D2D2. Windows color (decimal): -6624024 or 15264922. OLE color: 15264922.

HSL color Cylindrical-coordinate representation of color #9AECE8: hue angle of 177.07º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECE8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 236 232 -
CMYK 0.35 0 0.02 0.07
HSL 177.07º 0.68% 0.76% -
HSV(B) 177.07º 0.35% 0.93% -
XYZ 57.89 72.69 87.32 -
YUV 211.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 154 236 232 0.35 0 0.02 0.07 177.07 0.68 0.76
Hex 9A EC E8 23 0 2 7 B1 44 4C
Octal 232 354 350 43 0 2 7 261 104 114
Binary 10011010 11101100 11101000 100011 0 10 111 10110001 1000100 1001100

Color Harmonies of #9AECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECE8

Black with #9AECE8

Text Example


Text Example

White with #9AECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,236,232); }

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

background-color css

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

 a { background-color: rgb(154,236,232); }

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

border-color css

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

 span { border-color: rgb(154,236,232); }

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