#90DFBE

Color #90DFBE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90DFBE

Tints of Vista Blue #90DFBE

Color information

#90DFBE (or 0x90DFBE) is unknown color: approx Vista Blue. HEX triplet: 90, DF and BE. RGB value is (144,223,190). Sum of RGB (Red+Green+Blue) = 144+223+190=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFBE is #6F2041. Grayscale: #C3C3C3. Windows color (decimal): -7282754 or 12509072. OLE color: 12509072.

HSL color Cylindrical-coordinate representation of color #90DFBE: hue angle of 154.94º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DFBE is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB144223190-
CMYK0.3500.150.13
HSL154.94º55.24%71.96%-
HSV(B)154.94º35.43%87.45%-
XYZ47.1862.4258.28-
YUV195.62124.8391.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.85%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=25.85%
G=40.04%
B=34.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442231900.3500.150.13154.9455.2471.96
Hex90DFBE230FD9b3748
Octal220337276430171523367110
Binary100100001101111110111110100011011111101100110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,223,190); }

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

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

 a { background-color: rgb(144,223,190); }

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

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

 span { border-color: rgb(144,223,190); }

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