Html Css Color HEX #90D6A8 Vista Blue

📋 copy color: '#90D6A8'

red 144 ◦ green 214 ◦ blue 168

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

Shades of Vista Blue #90D6A8

Tints of Vista Blue #90D6A8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 27.38%
G = 40.68%
B = 31.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#90D6A8 (or 0x90D6A8) is known color: Vista Blue. HEX triplet: 90, D6 and A8. RGB value is (144,214,168). Sum of RGB (Red+Green+Blue) = 144+214+168=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D6A8 is #6F2957. Grayscale: #BBBBBB. Windows color (decimal): -7285080 or 11064976. OLE color: 11064976.

HSL color Cylindrical-coordinate representation of color #90D6A8: hue angle of 140.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6A8 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 214 168 -
CMYK 0.33 0 0.21 0.16
HSL 140.57º 0.46% 0.7% -
HSV(B) 140.57º 0.33% 0.84% -
XYZ 42.62 56.85 45.77 -
YUV 187.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 144 214 168 0.33 0 0.21 0.16 140.57 0.46 0.7
Hex 90 D6 A8 21 0 15 10 8D 2E 46
Octal 220 326 250 41 0 25 20 215 56 106
Binary 10010000 11010110 10101000 100001 0 10101 10000 10001101 101110 1000110

Color Harmonies of #90D6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D6A8

Black with #90D6A8

Text Example


Text Example

White with #90D6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,214,168); }

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

background-color css

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

 a { background-color: rgb(144,214,168); }

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

border-color css

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

 span { border-color: rgb(144,214,168); }

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