Html Css Color HEX #90D1AF Vista Blue

📋 copy color: '#90D1AF'

red 144 ◦ green 209 ◦ blue 175

#90D1AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #90D1AF

Tints of Vista Blue #90D1AF

RGB

 RED value IS 144 (56.64% from 255) = 27.27%

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 27.27%
G = 39.58%
B = 33.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#90D1AF (or 0x90D1AF) is known color: Vista Blue. HEX triplet: 90, D1 and AF. RGB value is (144,209,175). Sum of RGB (Red+Green+Blue) = 144+209+175=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #90D1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D1AF is #6F2E50. Grayscale: #B9B9B9. Windows color (decimal): -7286353 or 11522448. OLE color: 11522448.

HSL color Cylindrical-coordinate representation of color #90D1AF: hue angle of 148.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D1AF is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 209 175 -
CMYK 0.31 0 0.16 0.18
HSL 148.62º 0.41% 0.69% -
HSV(B) 148.62º 0.31% 0.82% -
XYZ 42.04 54.63 48.89 -
YUV 185.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 144 209 175 0.31 0 0.16 0.18 148.62 0.41 0.69
Hex 90 D1 AF 1F 0 10 12 95 29 45
Octal 220 321 257 37 0 20 22 225 51 105
Binary 10010000 11010001 10101111 11111 0 10000 10010 10010101 101001 1000101

Color Harmonies of #90D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D1AF

Black with #90D1AF

Text Example


Text Example

White with #90D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,209,175); }

 H1.HeaderClassName
 {
   color: #90D1AF;
 }
 .AnyTagClassName
 {
   color: #90D1AF;
 }
</style>

background-color css

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

 a { background-color: rgb(144,209,175); }

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

border-color css

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

 span { border-color: rgb(144,209,175); }

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