#90C8A7

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

Shades of Vista Blue #90C8A7

Tints of Vista Blue #90C8A7

Color information

#90C8A7 (or 0x90C8A7) is unknown color: approx Vista Blue. HEX triplet: 90, C8 and A7. RGB value is (144,200,167). Sum of RGB (Red+Green+Blue) = 144+200+167=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #90C8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C8A7 is #6F3758. Grayscale: #B3B3B3. Windows color (decimal): -7288665 or 10995856. OLE color: 10995856.

HSL color Cylindrical-coordinate representation of color #90C8A7: hue angle of 144.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C8A7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB144200167-
CMYK0.2800.160.22
HSL144.64º33.73%67.45%-
HSV(B)144.64º28%78.43%-
XYZ39.1350.0344.15-
YUV179.49120.95102.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=28.18%
G=39.14%
B=32.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1442001670.2800.160.22144.6433.7367.45
Hex90C8A71C01016912243
Octal220310247340202622142103
Binary1001000011001000101001111110001000010110100100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,167); }

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

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

 a { background-color: rgb(144,200,167); }

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

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

 span { border-color: rgb(144,200,167); }

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