#90C3CB

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

Shades of Morning Glory #90C3CB

Tints of Morning Glory #90C3CB

Color information

#90C3CB (or 0x90C3CB) is unknown color: approx Morning Glory. HEX triplet: 90, C3 and CB. RGB value is (144,195,203). Sum of RGB (Red+Green+Blue) = 144+195+203=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #90C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3CB is #6F3C34. Grayscale: #B4B4B4. Windows color (decimal): -7289909 or 13353872. OLE color: 13353872.

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

Color convert

RGB144195203-
CMYK0.290.0400.20
HSL188.14º36.2%68.04%-
HSV(B)188.14º29.06%79.61%-
XYZ41.849.2763.81-
YUV180.66140.6101.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=26.57%
G=35.98%
B=37.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441952030.290.0400.20188.1436.268.04
Hex90C3CB1D4014bc2444
Octal22030331335402427444104
Binary10010000110000111100101111101100010100101111001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,195,203); }

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

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

 a { background-color: rgb(144,195,203); }

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

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

 span { border-color: rgb(144,195,203); }

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