#90DFB1

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

Shades of Vista Blue #90DFB1

Tints of Vista Blue #90DFB1

Color information

#90DFB1 (or 0x90DFB1) is unknown color: approx Vista Blue. HEX triplet: 90, DF and B1. RGB value is (144,223,177). Sum of RGB (Red+Green+Blue) = 144+223+177=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFB1 is #6F204E. Grayscale: #C2C2C2. Windows color (decimal): -7282767 or 11657104. OLE color: 11657104.

HSL color Cylindrical-coordinate representation of color #90DFB1: hue angle of 145.06º 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 #90DFB1 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB144223177-
CMYK0.3500.210.13
HSL145.06º55.24%71.96%-
HSV(B)145.06º35.43%87.45%-
XYZ45.8361.8851.12-
YUV194.14118.3392.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=26.47%
G=40.99%
B=32.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442231770.3500.210.13145.0655.2471.96
Hex90DFB123015D913748
Octal220337261430251522167110
Binary1001000011011111101100011000110101011101100100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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