Html Css Color HEX #90CCAF Vista Blue

📋 copy color: '#90CCAF'

red 144 ◦ green 204 ◦ blue 175

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

Shades of Vista Blue #90CCAF

Tints of Vista Blue #90CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

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

R = 27.53%
G = 39.01%
B = 33.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#90CCAF (or 0x90CCAF) is known color: Vista Blue. HEX triplet: 90, CC and AF. RGB value is (144,204,175). Sum of RGB (Red+Green+Blue) = 144+204+175=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAF is #6F3350. Grayscale: #B6B6B6. Windows color (decimal): -7287633 or 11521168. OLE color: 11521168.

HSL color Cylindrical-coordinate representation of color #90CCAF: hue angle of 151º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCAF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 175 -
CMYK 0.29 0 0.14 0.2
HSL 151º 0.37% 0.68% -
HSV(B) 151º 0.29% 0.8% -
XYZ 40.83 52.21 48.48 -
YUV 182.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 144 204 175 0.29 0 0.14 0.2 151 0.37 0.68
Hex 90 CC AF 1D 0 E 14 97 25 44
Octal 220 314 257 35 0 16 24 227 45 104
Binary 10010000 11001100 10101111 11101 0 1110 10100 10010111 100101 1000100

Color Harmonies of #90CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCAF

Black with #90CCAF

Text Example


Text Example

White with #90CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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