Html Css Color HEX #90CCAD Vista Blue

📋 copy color: '#90CCAD'

red 144 ◦ green 204 ◦ blue 173

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

Shades of Vista Blue #90CCAD

Tints of Vista Blue #90CCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 27.64%
G = 39.16%
B = 33.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#90CCAD (or 0x90CCAD) is known color: Vista Blue. HEX triplet: 90, CC and AD. RGB value is (144,204,173). Sum of RGB (Red+Green+Blue) = 144+204+173=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAD is #6F3352. Grayscale: #B6B6B6. Windows color (decimal): -7287635 or 11390096. OLE color: 11390096.

HSL color Cylindrical-coordinate representation of color #90CCAD: hue angle of 149º 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 #90CCAD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 173 -
CMYK 0.29 0 0.15 0.2
HSL 149º 0.37% 0.68% -
HSV(B) 149º 0.29% 0.8% -
XYZ 40.64 52.13 47.46 -
YUV 182.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 144 204 173 0.29 0 0.15 0.2 149 0.37 0.68
Hex 90 CC AD 1D 0 F 14 95 25 44
Octal 220 314 255 35 0 17 24 225 45 104
Binary 10010000 11001100 10101101 11101 0 1111 10100 10010101 100101 1000100

Color Harmonies of #90CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCAD

Black with #90CCAD

Text Example


Text Example

White with #90CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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