#90CFD0

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

Shades of Morning Glory #90CFD0

Tints of Morning Glory #90CFD0

Color information

#90CFD0 (or 0x90CFD0) is unknown color: approx Morning Glory. HEX triplet: 90, CF and D0. RGB value is (144,207,208). Sum of RGB (Red+Green+Blue) = 144+207+208=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #90CFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFD0 is #6F302F. Grayscale: #BCBCBC. Windows color (decimal): -7286832 or 13684624. OLE color: 13684624.

HSL color Cylindrical-coordinate representation of color #90CFD0: hue angle of 180.94º degrees, saturation: 0.41, 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 #90CFD0 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144207208-
CMYK0.310.0000.18
HSL180.94º40.51%69.02%-
HSV(B)180.94º30.77%81.57%-
XYZ45.255.1167.93-
YUV188.28139.1396.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=25.76%
G=37.03%
B=37.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442072080.310.0000.18180.9440.5169.02
Hex90CFD01F0012b52945
Octal22031732037002226551105
Binary100100001100111111010000111110010010101101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,207,208); }

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

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

 a { background-color: rgb(144,207,208); }

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

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

 span { border-color: rgb(144,207,208); }

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