Html Css Color HEX #9CC2DC Cornflower

📋 copy color: '#9CC2DC'

red 156 ◦ green 194 ◦ blue 220

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

Shades of Cornflower #9CC2DC

Tints of Cornflower #9CC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 27.37%
G = 34.04%
B = 38.6%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CC2DC (or 0x9CC2DC) is known color: Cornflower. HEX triplet: 9C, C2 and DC. RGB value is (156,194,220). Sum of RGB (Red+Green+Blue) = 156+194+220=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2DC is #633D23. Grayscale: #B9B9B9. Windows color (decimal): -6503716 or 14467740. OLE color: 14467740.

HSL color Cylindrical-coordinate representation of color #9CC2DC: hue angle of 204.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC2DC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 194 220 -
CMYK 0.29 0.12 0 0.14
HSL 204.38º 0.48% 0.74% -
HSV(B) 204.38º 0.29% 0.86% -
XYZ 45.92 50.82 75.1 -
YUV 185.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 156 194 220 0.29 0.12 0 0.14 204.38 0.48 0.74
Hex 9C C2 DC 1D C 0 E CC 30 4A
Octal 234 302 334 35 14 0 16 314 60 112
Binary 10011100 11000010 11011100 11101 1100 0 1110 11001100 110000 1001010

Color Harmonies of #9CC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC2DC

Black with #9CC2DC

Text Example


Text Example

White with #9CC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,194,220); }

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

background-color css

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

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

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

border-color css

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

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

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