#90C2CA

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

Shades of Morning Glory #90C2CA

Tints of Morning Glory #90C2CA

Color information

#90C2CA (or 0x90C2CA) is unknown color: approx Morning Glory. HEX triplet: 90, C2 and CA. RGB value is (144,194,202). Sum of RGB (Red+Green+Blue) = 144+194+202=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #90C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C2CA is #6F3D35. Grayscale: #B3B3B3. Windows color (decimal): -7290166 or 13288080. OLE color: 13288080.

HSL color Cylindrical-coordinate representation of color #90C2CA: hue angle of 188.28º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90C2CA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144194202-
CMYK0.290.0400.21
HSL188.28º35.37%67.84%-
HSV(B)188.28º28.71%79.22%-
XYZ41.4548.7863.11-
YUV179.96140.44102.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.67%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=26.67%
G=35.93%
B=37.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441942020.290.0400.21188.2835.3767.84
Hex90C2CA1D4015bc2344
Octal22030231235402527443104
Binary10010000110000101100101011101100010101101111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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