#99CDCB

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

Shades of Morning Glory #99CDCB

Tints of Morning Glory #99CDCB

Color information

#99CDCB (or 0x99CDCB) is unknown color: approx Morning Glory. HEX triplet: 99, CD and CB. RGB value is (153,205,203). Sum of RGB (Red+Green+Blue) = 153+205+203=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDCB is #663234. Grayscale: #BDBDBD. Windows color (decimal): -6697525 or 13356441. OLE color: 13356441.

HSL color Cylindrical-coordinate representation of color #99CDCB: hue angle of 177.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDCB is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB153205203-
CMYK0.2500.010.20
HSL177.69º34.21%70.2%-
HSV(B)177.69º25.37%80.39%-
XYZ45.7554.7564.66-
YUV189.22135.77102.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=27.27%
G=36.54%
B=36.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532052030.2500.010.20177.6934.2170.2
Hex99CDCB190114b22246
Octal23131531331012426242106
Binary100110011100110111001011110010110100101100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CDCB; }

 p { color: rgb(153,205,203); }

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

<style>
 a { background-color: #99CDCB; }

 a { background-color: rgb(153,205,203); }

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

<style>
 span { border-color: #99CDCB; }

 span { border-color: rgb(153,205,203); }

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