Html Css Color HEX #9CCAC8 Morning Glory

📋 copy color: '#9CCAC8'

red 156 ◦ green 202 ◦ blue 200

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

Shades of Morning Glory #9CCAC8

Tints of Morning Glory #9CCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 27.96%
G = 36.2%
B = 35.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#9CCAC8 (or 0x9CCAC8) is known color: Morning Glory. HEX triplet: 9C, CA and C8. RGB value is (156,202,200). Sum of RGB (Red+Green+Blue) = 156+202+200=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAC8 is #633537. Grayscale: #BBBBBB. Windows color (decimal): -6501688 or 13159068. OLE color: 13159068.

HSL color Cylindrical-coordinate representation of color #9CCAC8: hue angle of 177.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAC8 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 200 -
CMYK 0.23 0 0.01 0.21
HSL 177.39º 0.3% 0.7% -
HSV(B) 177.39º 0.23% 0.79% -
XYZ 45.26 53.48 62.58 -
YUV 188.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 156 202 200 0.23 0 0.01 0.21 177.39 0.3 0.7
Hex 9C CA C8 17 0 1 15 B1 1E 46
Octal 234 312 310 27 0 1 25 261 36 106
Binary 10011100 11001010 11001000 10111 0 1 10101 10110001 11110 1000110

Color Harmonies of #9CCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAC8

Black with #9CCAC8

Text Example


Text Example

White with #9CCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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