Html Css Color HEX #9CCACC Morning Glory

📋 copy color: '#9CCACC'

red 156 ◦ green 202 ◦ blue 204

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

Shades of Morning Glory #9CCACC

Tints of Morning Glory #9CCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 27.76%
G = 35.94%
B = 36.3%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CCACC (or 0x9CCACC) is known color: Morning Glory. HEX triplet: 9C, CA and CC. RGB value is (156,202,204). Sum of RGB (Red+Green+Blue) = 156+202+204=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCACC is #633533. Grayscale: #BCBCBC. Windows color (decimal): -6501684 or 13421212. OLE color: 13421212.

HSL color Cylindrical-coordinate representation of color #9CCACC: hue angle of 182.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCACC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 202 204 -
CMYK 0.24 0.01 0 0.2
HSL 182.5º 0.32% 0.71% -
HSV(B) 182.5º 0.24% 0.8% -
XYZ 45.73 53.67 65.08 -
YUV 188.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 156 202 204 0.24 0.01 0 0.2 182.5 0.32 0.71
Hex 9C CA CC 18 1 0 14 B6 20 47
Octal 234 312 314 30 1 0 24 266 40 107
Binary 10011100 11001010 11001100 11000 1 0 10100 10110110 100000 1000111

Color Harmonies of #9CCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCACC

Black with #9CCACC

Text Example


Text Example

White with #9CCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,204); }

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

background-color css

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

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

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

border-color css

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

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

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