Html Css Color HEX #90CFAD Vista Blue

📋 copy color: '#90CFAD'

red 144 ◦ green 207 ◦ blue 173

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

Shades of Vista Blue #90CFAD

Tints of Vista Blue #90CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

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

R = 27.48%
G = 39.5%
B = 33.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#90CFAD (or 0x90CFAD) is known color: 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

RGB 144 207 173 -
CMYK 0.30 0 0.16 0.19
HSL 147.62º 0.4% 0.69% -
HSV(B) 147.62º 0.3% 0.81% -
XYZ 41.36 53.57 47.7 -
YUV 184.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 144 207 173 0.30 0 0.16 0.19 147.62 0.4 0.69
Hex 90 CF AD 1E 0 10 13 94 28 45
Octal 220 317 255 36 0 20 23 224 50 105
Binary 10010000 11001111 10101101 11110 0 10000 10011 10010100 101000 1000101

Color Harmonies of #90CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CFAD

Black with #90CFAD

Text Example


Text Example

White with #90CFAD

Text Example


Text Example

HTML Codes & Css Web 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>