Html Css Color HEX #9CEAF2 Blizzard Blue

📋 copy color: '#9CEAF2'

red 156 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #9CEAF2

Tints of Blizzard Blue #9CEAF2

RGB

 RED value IS 156 (61.33% from 255) = 24.68%

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 24.68%
G = 37.03%
B = 38.29%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9CEAF2 (or 0x9CEAF2) is known color: Blizzard Blue. HEX triplet: 9C, EA and F2. RGB value is (156,234,242). Sum of RGB (Red+Green+Blue) = 156+234+242=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAF2 is #63150D. Grayscale: #D3D3D3. Windows color (decimal): -6493454 or 15919772. OLE color: 15919772.

HSL color Cylindrical-coordinate representation of color #9CEAF2: hue angle of 185.58º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CEAF2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 234 242 -
CMYK 0.36 0.03 0 0.05
HSL 185.58º 0.77% 0.78% -
HSV(B) 185.58º 0.36% 0.95% -
XYZ 59.16 72.32 94.85 -
YUV 211.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 156 234 242 0.36 0.03 0 0.05 185.58 0.77 0.78
Hex 9C EA F2 24 3 0 5 BA 4D 4E
Octal 234 352 362 44 3 0 5 272 115 116
Binary 10011100 11101010 11110010 100100 11 0 101 10111010 1001101 1001110

Color Harmonies of #9CEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEAF2

Black with #9CEAF2

Text Example


Text Example

White with #9CEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,234,242); }

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

background-color css

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

 a { background-color: rgb(156,234,242); }

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

border-color css

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

 span { border-color: rgb(156,234,242); }

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