#99CCC7

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

Shades of Morning Glory #99CCC7

Tints of Morning Glory #99CCC7

Color information

#99CCC7 (or 0x99CCC7) is unknown color: approx Morning Glory. HEX triplet: 99, CC and C7. RGB value is (153,204,199). Sum of RGB (Red+Green+Blue) = 153+204+199=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCC7 is #663338. Grayscale: #BCBCBC. Windows color (decimal): -6697785 or 13094041. OLE color: 13094041.

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

Color convert

RGB153204199-
CMYK0.2500.020.2
HSL174.12º33.33%70%-
HSV(B)174.12º25%80%-
XYZ45.0454.0862.1-
YUV188.18134.1102.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.52%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=27.52%
G=36.69%
B=35.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041990.2500.020.2174.1233.3370
Hex99CCC7190214ae2146
Octal23131430731022425641106
Binary1001100111001100110001111100101010100101011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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