Html Css Color HEX #9AECEE Blizzard Blue

📋 copy color: '#9AECEE'

red 154 ◦ green 236 ◦ blue 238

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

Shades of Blizzard Blue #9AECEE

Tints of Blizzard Blue #9AECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 24.52%
G = 37.58%
B = 37.9%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9AECEE (or 0x9AECEE) is known color: Blizzard Blue. HEX triplet: 9A, EC and EE. RGB value is (154,236,238). Sum of RGB (Red+Green+Blue) = 154+236+238=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECEE is #651311. Grayscale: #D3D3D3. Windows color (decimal): -6624018 or 15658138. OLE color: 15658138.

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

Color convert

RGB 154 236 238 -
CMYK 0.35 0.01 0 0.07
HSL 181.43º 0.71% 0.77% -
HSV(B) 181.43º 0.35% 0.93% -
XYZ 58.75 73.03 91.89 -
YUV 211.71 142.83 86.84 -
System Red Green Blue C M Y K H S L
Decimal 154 236 238 0.35 0.01 0 0.07 181.43 0.71 0.77
Hex 9A EC EE 23 1 0 7 B5 47 4D
Octal 232 354 356 43 1 0 7 265 107 115
Binary 10011010 11101100 11101110 100011 1 0 111 10110101 1000111 1001101

Color Harmonies of #9AECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECEE

Black with #9AECEE

Text Example


Text Example

White with #9AECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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