#90CDD2

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

Shades of Morning Glory #90CDD2

Tints of Morning Glory #90CDD2

Color information

#90CDD2 (or 0x90CDD2) is unknown color: approx Morning Glory. HEX triplet: 90, CD and D2. RGB value is (144,205,210). Sum of RGB (Red+Green+Blue) = 144+205+210=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #90CDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDD2 is #6F322D. Grayscale: #BBBBBB. Windows color (decimal): -7287342 or 13815184. OLE color: 13815184.

HSL color Cylindrical-coordinate representation of color #90CDD2: hue angle of 184.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CDD2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144205210-
CMYK0.310.0200.18
HSL184.55º42.31%69.41%-
HSV(B)184.55º31.43%82.35%-
XYZ44.9754.2569.07-
YUV187.33140.7997.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=25.76%
G=36.67%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442052100.310.0200.18184.5542.3169.41
Hex90CDD21F2012b92a45
Octal22031532237202227152105
Binary1001000011001101110100101111110010010101110011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,210); }

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

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

 a { background-color: rgb(144,205,210); }

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

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

 span { border-color: rgb(144,205,210); }

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