#99C8CC

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

Shades of Morning Glory #99C8CC

Tints of Morning Glory #99C8CC

Color information

#99C8CC (or 0x99C8CC) is unknown color: approx Morning Glory. HEX triplet: 99, C8 and CC. RGB value is (153,200,204). Sum of RGB (Red+Green+Blue) = 153+200+204=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #99C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8CC is #663733. Grayscale: #BABABA. Windows color (decimal): -6698804 or 13420697. OLE color: 13420697.

HSL color Cylindrical-coordinate representation of color #99C8CC: hue angle of 184.71º degrees, saturation: 0.33, 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 #99C8CC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153200204-
CMYK0.250.0200.2
HSL184.71º33.33%70%-
HSV(B)184.71º25%80%-
XYZ44.6952.4464.89-
YUV186.4137.93104.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=27.47%
G=35.91%
B=36.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532002040.250.0200.2184.7133.3370
Hex99C8CC192014b92146
Octal23131031431202427141106
Binary1001100111001000110011001100110010100101110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,200,204); }

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

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

 a { background-color: rgb(153,200,204); }

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

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

 span { border-color: rgb(153,200,204); }

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