Html Css Color HEX #9CEEEE Blizzard Blue

📋 copy color: '#9CEEEE'

red 156 ◦ green 238 ◦ blue 238

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

Shades of Blizzard Blue #9CEEEE

Tints of Blizzard Blue #9CEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

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

R = 24.68%
G = 37.66%
B = 37.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CEEEE (or 0x9CEEEE) is known color: Blizzard Blue. HEX triplet: 9C, EE and EE. RGB value is (156,238,238). Sum of RGB (Red+Green+Blue) = 156+238+238=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9CEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEEE is #631111. Grayscale: #D5D5D5. Windows color (decimal): -6492434 or 15658652. OLE color: 15658652.

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

Color convert

RGB 156 238 238 -
CMYK 0.34 0 0 0.07
HSL 180º 0.71% 0.77% -
HSV(B) 180º 0.34% 0.93% -
XYZ 59.72 74.39 92.1 -
YUV 213.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 156 238 238 0.34 0 0 0.07 180 0.71 0.77
Hex 9C EE EE 22 0 0 7 B4 47 4D
Octal 234 356 356 42 0 0 7 264 107 115
Binary 10011100 11101110 11101110 100010 0 0 111 10110100 1000111 1001101

Color Harmonies of #9CEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEEEE

Black with #9CEEEE

Text Example


Text Example

White with #9CEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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