#90D8DC

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

Shades of Morning Glory #90D8DC

Tints of Morning Glory #90D8DC

Color information

#90D8DC (or 0x90D8DC) is unknown color: approx Morning Glory. HEX triplet: 90, D8 and DC. RGB value is (144,216,220). Sum of RGB (Red+Green+Blue) = 144+216+220=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #90D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8DC is #6F2723. Grayscale: #C2C2C2. Windows color (decimal): -7284516 or 14473360. OLE color: 14473360.

HSL color Cylindrical-coordinate representation of color #90D8DC: hue angle of 183.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D8DC is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144216220-
CMYK0.350.0200.14
HSL183.16º52.05%71.37%-
HSV(B)183.16º34.55%86.27%-
XYZ48.9860.2176.75-
YUV194.93142.1591.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.83%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=24.83%
G=37.24%
B=37.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442162200.350.0200.14183.1652.0571.37
Hex90D8DC2320Eb73447
Octal22033033443201626764107
Binary1001000011011000110111001000111001110101101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D8DC; }

 p { color: rgb(144,216,220); }

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

<style>
 a { background-color: #90D8DC; }

 a { background-color: rgb(144,216,220); }

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

<style>
 span { border-color: #90D8DC; }

 span { border-color: rgb(144,216,220); }

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