Html Css Color HEX #9AECF0 Blizzard Blue

📋 copy color: '#9AECF0'

red 154 ◦ green 236 ◦ blue 240

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

Shades of Blizzard Blue #9AECF0

Tints of Blizzard Blue #9AECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 24.44%
G = 37.46%
B = 38.1%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9AECF0 (or 0x9AECF0) is known color: Blizzard Blue. HEX triplet: 9A, EC and F0. RGB value is (154,236,240). Sum of RGB (Red+Green+Blue) = 154+236+240=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #9AECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECF0 is #65130F. Grayscale: #D3D3D3. Windows color (decimal): -6624016 or 15789210. OLE color: 15789210.

HSL color Cylindrical-coordinate representation of color #9AECF0: hue angle of 182.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AECF0 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 236 240 -
CMYK 0.36 0.02 0 0.06
HSL 182.79º 0.74% 0.77% -
HSV(B) 182.79º 0.36% 0.94% -
XYZ 59.05 73.15 93.45 -
YUV 211.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 154 236 240 0.36 0.02 0 0.06 182.79 0.74 0.77
Hex 9A EC F0 24 2 0 6 B7 4A 4D
Octal 232 354 360 44 2 0 6 267 112 115
Binary 10011010 11101100 11110000 100100 10 0 110 10110111 1001010 1001101

Color Harmonies of #9AECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECF0

Black with #9AECF0

Text Example


Text Example

White with #9AECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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