#90CFD8

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

Shades of Morning Glory #90CFD8

Tints of Morning Glory #90CFD8

Color information

#90CFD8 (or 0x90CFD8) is unknown color: approx Morning Glory. HEX triplet: 90, CF and D8. RGB value is (144,207,216). Sum of RGB (Red+Green+Blue) = 144+207+216=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #90CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFD8 is #6F3027. Grayscale: #BDBDBD. Windows color (decimal): -7286824 or 14208912. OLE color: 14208912.

HSL color Cylindrical-coordinate representation of color #90CFD8: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CFD8 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144207216-
CMYK0.330.0400.15
HSL187.5º48%70.59%-
HSV(B)187.5º33.33%84.71%-
XYZ46.2155.5173.25-
YUV189.19143.1395.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=25.40%
G=36.51%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442072160.330.0400.15187.54870.59
Hex90CFD82140Fbc3047
Octal22031733041401727460107
Binary10010000110011111101100010000110001111101111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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