Html Css Color HEX #9AECEB Blizzard Blue

📋 copy color: '#9AECEB'

red 154 ◦ green 236 ◦ blue 235

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

Shades of Blizzard Blue #9AECEB

Tints of Blizzard Blue #9AECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 24.64%
G = 37.76%
B = 37.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9AECEB (or 0x9AECEB) is known color: Blizzard Blue. HEX triplet: 9A, EC and EB. RGB value is (154,236,235). Sum of RGB (Red+Green+Blue) = 154+236+235=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECEB is #651314. Grayscale: #D3D3D3. Windows color (decimal): -6624021 or 15461530. OLE color: 15461530.

HSL color Cylindrical-coordinate representation of color #9AECEB: hue angle of 179.27º 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 #9AECEB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 236 235 -
CMYK 0.35 0 0.00 0.07
HSL 179.27º 0.68% 0.76% -
HSV(B) 179.27º 0.35% 0.93% -
XYZ 58.32 72.86 89.59 -
YUV 211.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 154 236 235 0.35 0 0.00 0.07 179.27 0.68 0.76
Hex 9A EC EB 23 0 0 7 B3 44 4C
Octal 232 354 353 43 0 0 7 263 104 114
Binary 10011010 11101100 11101011 100011 0 0 111 10110011 1000100 1001100

Color Harmonies of #9AECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECEB

Black with #9AECEB

Text Example


Text Example

White with #9AECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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