#90CFAD

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

Shades of Vista Blue #90CFAD

Tints of Vista Blue #90CFAD

Color information

#90CFAD (or 0x90CFAD) is unknown color: approx Vista Blue. HEX triplet: 90, CF and AD. RGB value is (144,207,173). Sum of RGB (Red+Green+Blue) = 144+207+173=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFAD is #6F3052. Grayscale: #B8B8B8. Windows color (decimal): -7286867 or 11390864. OLE color: 11390864.

HSL color Cylindrical-coordinate representation of color #90CFAD: hue angle of 147.62º 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 #90CFAD is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB144207173-
CMYK0.3000.160.19
HSL147.62º39.62%68.82%-
HSV(B)147.62º30.43%81.18%-
XYZ41.3653.5747.7-
YUV184.29121.6399.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=27.48%
G=39.50%
B=33.02%

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
Decimal1442071730.3000.160.19147.6239.6268.82
Hex90CFAD1E01013942845
Octal220317255360202322450105
Binary1001000011001111101011011111001000010011100101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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