#99DBDE

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

Shades of Morning Glory #99DBDE

Tints of Morning Glory #99DBDE

Color information

#99DBDE (or 0x99DBDE) is unknown color: approx Morning Glory. HEX triplet: 99, DB and DE. RGB value is (153,219,222). Sum of RGB (Red+Green+Blue) = 153+219+222=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #99DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBDE is #662421. Grayscale: #C7C7C7. Windows color (decimal): -6693922 or 14605209. OLE color: 14605209.

HSL color Cylindrical-coordinate representation of color #99DBDE: hue angle of 182.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DBDE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153219222-
CMYK0.310.0100.13
HSL182.61º51.11%73.53%-
HSV(B)182.61º31.08%87.06%-
XYZ51.6562.7178.49-
YUV199.61140.6394.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.76%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=25.76%
G=36.87%
B=37.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532192220.310.0100.13182.6151.1173.53
Hex99DBDE1F10Db7334a
Octal23133333637101526763112
Binary10011001110110111101111011111101101101101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,222); }

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

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

 a { background-color: rgb(153,219,222); }

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

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

 span { border-color: rgb(153,219,222); }

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