#90CACF

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

Shades of Morning Glory #90CACF

Tints of Morning Glory #90CACF

Color information

#90CACF (or 0x90CACF) is unknown color: approx Morning Glory. HEX triplet: 90, CA and CF. RGB value is (144,202,207). Sum of RGB (Red+Green+Blue) = 144+202+207=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #90CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CACF is #6F3530. Grayscale: #B9B9B9. Windows color (decimal): -7288113 or 13617808. OLE color: 13617808.

HSL color Cylindrical-coordinate representation of color #90CACF: hue angle of 184.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CACF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144202207-
CMYK0.300.0200.19
HSL184.76º39.62%68.82%-
HSV(B)184.76º30.43%81.18%-
XYZ43.8852.6866.89-
YUV185.23140.2898.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.04%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=26.04%
G=36.53%
B=37.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442022070.300.0200.19184.7639.6268.82
Hex90CACF1E2013b92845
Octal22031231736202327150105
Binary1001000011001010110011111111010010011101110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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