#90EBB4

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

Shades of Vista Blue #90EBB4

Tints of Vista Blue #90EBB4

Color information

#90EBB4 (or 0x90EBB4) is unknown color: approx Vista Blue. HEX triplet: 90, EB and B4. RGB value is (144,235,180). Sum of RGB (Red+Green+Blue) = 144+235+180=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBB4 is #6F144B. Grayscale: #C9C9C9. Windows color (decimal): -7279692 or 11856784. OLE color: 11856784.

HSL color Cylindrical-coordinate representation of color #90EBB4: hue angle of 143.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBB4 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB144235180-
CMYK0.3900.230.08
HSL143.74º69.47%74.31%-
HSV(B)143.74º38.72%92.16%-
XYZ49.4568.6453.82-
YUV201.52115.8586.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=25.76%
G=42.04%
B=32.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351800.3900.230.08143.7469.4774.31
Hex90EBB427017890454a
Octal2203532644702710220105112
Binary10010000111010111011010010011101011110001001000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,235,180); }

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

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

 a { background-color: rgb(144,235,180); }

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

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

 span { border-color: rgb(144,235,180); }

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