Html Css Color HEX #9CDFEA Blizzard Blue

📋 copy color: '#9CDFEA'

red 156 ◦ green 223 ◦ blue 234

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

Shades of Blizzard Blue #9CDFEA

Tints of Blizzard Blue #9CDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 25.45%
G = 36.38%
B = 38.17%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CDFEA (or 0x9CDFEA) is known color: Blizzard Blue. HEX triplet: 9C, DF and EA. RGB value is (156,223,234). Sum of RGB (Red+Green+Blue) = 156+223+234=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFEA is #632015. Grayscale: #CCCCCC. Windows color (decimal): -6496278 or 15392668. OLE color: 15392668.

HSL color Cylindrical-coordinate representation of color #9CDFEA: hue angle of 188.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CDFEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 223 234 -
CMYK 0.33 0.05 0 0.08
HSL 188.46º 0.65% 0.76% -
HSV(B) 188.46º 0.33% 0.92% -
XYZ 54.95 65.78 87.64 -
YUV 204.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 156 223 234 0.33 0.05 0 0.08 188.46 0.65 0.76
Hex 9C DF EA 21 5 0 8 BC 41 4C
Octal 234 337 352 41 5 0 10 274 101 114
Binary 10011100 11011111 11101010 100001 101 0 1000 10111100 1000001 1001100

Color Harmonies of #9CDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDFEA

Black with #9CDFEA

Text Example


Text Example

White with #9CDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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