Html Css Color HEX #9CE2EF Blizzard Blue

📋 copy color: '#9CE2EF'

red 156 ◦ green 226 ◦ blue 239

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

Shades of Blizzard Blue #9CE2EF

Tints of Blizzard Blue #9CE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 25.12%
G = 36.39%
B = 38.49%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9CE2EF (or 0x9CE2EF) is known color: Blizzard Blue. HEX triplet: 9C, E2 and EF. RGB value is (156,226,239). Sum of RGB (Red+Green+Blue) = 156+226+239=621 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.12% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2EF is #631D10. Grayscale: #CECECE. Windows color (decimal): -6495505 or 15721116. OLE color: 15721116.

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

Color convert

RGB 156 226 239 -
CMYK 0.35 0.05 0 0.06
HSL 189.4º 0.72% 0.77% -
HSV(B) 189.4º 0.35% 0.94% -
XYZ 56.49 67.69 91.75 -
YUV 206.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 156 226 239 0.35 0.05 0 0.06 189.4 0.72 0.77
Hex 9C E2 EF 23 5 0 6 BD 48 4D
Octal 234 342 357 43 5 0 6 275 110 115
Binary 10011100 11100010 11101111 100011 101 0 110 10111101 1001000 1001101

Color Harmonies of #9CE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE2EF

Black with #9CE2EF

Text Example


Text Example

White with #9CE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,226,239); }

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

background-color css

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

 a { background-color: rgb(156,226,239); }

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

border-color css

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

 span { border-color: rgb(156,226,239); }

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