#90CFAE

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

Shades of Vista Blue #90CFAE

Tints of Vista Blue #90CFAE

Color information

#90CFAE (or 0x90CFAE) is unknown color: approx Vista Blue. HEX triplet: 90, CF and AE. RGB value is (144,207,174). Sum of RGB (Red+Green+Blue) = 144+207+174=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFAE is #6F3051. Grayscale: #B8B8B8. Windows color (decimal): -7286866 or 11456400. OLE color: 11456400.

HSL color Cylindrical-coordinate representation of color #90CFAE: hue angle of 148.57º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFAE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB144207174-
CMYK0.3000.160.19
HSL148.57º39.62%68.82%-
HSV(B)148.57º30.43%81.18%-
XYZ41.4553.6148.21-
YUV184.4122.1399.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=27.43%
G=39.43%
B=33.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442071740.3000.160.19148.5739.6268.82
Hex90CFAE1E01013952845
Octal220317256360202322550105
Binary1001000011001111101011101111001000010011100101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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