#9CCBCA

Color #9CCBCA Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9CCBCA

Tints of Morning Glory #9CCBCA

Color information

#9CCBCA (or 0x9CCBCA) is unknown color: approx Morning Glory. HEX triplet: 9C, CB and CA. RGB value is (156,203,202). Sum of RGB (Red+Green+Blue) = 156+203+202=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBCA is #633435. Grayscale: #BCBCBC. Windows color (decimal): -6501430 or 13290396. OLE color: 13290396.

HSL color Cylindrical-coordinate representation of color #9CCBCA: hue angle of 178.72º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBCA is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB156203202-
CMYK0.2300.000.20
HSL178.72º31.13%70.39%-
HSV(B)178.72º23.15%79.61%-
XYZ45.7354.0463.9-
YUV188.83135.43104.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=27.81%
G=36.19%
B=36.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562032020.2300.000.20178.7231.1370.39
Hex9CCBCA170014b31f46
Octal23431331227002426337106
Binary10011100110010111100101010111001010010110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CCBCA;
 }
 .AnyTagClassName
 {
   color: #9CCBCA;
 }
</style>
background-color css

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

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

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

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

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

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