Html Css Color HEX #9CE1EF Blizzard Blue

📋 copy color: '#9CE1EF'

red 156 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #9CE1EF

Tints of Blizzard Blue #9CE1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.29%

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

R = 25.16%
G = 36.29%
B = 38.55%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9CE1EF (or 0x9CE1EF) is known color: Blizzard Blue. HEX triplet: 9C, E1 and EF. RGB value is (156,225,239). Sum of RGB (Red+Green+Blue) = 156+225+239=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1EF is #631E10. Grayscale: #CDCDCD. Windows color (decimal): -6495761 or 15720860. OLE color: 15720860.

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

Color convert

RGB 156 225 239 -
CMYK 0.35 0.06 0 0.06
HSL 190.12º 0.72% 0.77% -
HSV(B) 190.12º 0.35% 0.94% -
XYZ 56.22 67.15 91.66 -
YUV 205.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 156 225 239 0.35 0.06 0 0.06 190.12 0.72 0.77
Hex 9C E1 EF 23 6 0 6 BE 48 4D
Octal 234 341 357 43 6 0 6 276 110 115
Binary 10011100 11100001 11101111 100011 110 0 110 10111110 1001000 1001101

Color Harmonies of #9CE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1EF

Black with #9CE1EF

Text Example


Text Example

White with #9CE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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