Html Css Color HEX #90D5B3 Vista Blue

📋 copy color: '#90D5B3'

red 144 ◦ green 213 ◦ blue 179

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

Shades of Vista Blue #90D5B3

Tints of Vista Blue #90D5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 26.87%
G = 39.74%
B = 33.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#90D5B3 (or 0x90D5B3) is known color: Vista Blue. HEX triplet: 90, D5 and B3. RGB value is (144,213,179). Sum of RGB (Red+Green+Blue) = 144+213+179=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #90D5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D5B3 is #6F2A4C. Grayscale: #BCBCBC. Windows color (decimal): -7285325 or 11785616. OLE color: 11785616.

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

Color convert

RGB 144 213 179 -
CMYK 0.32 0 0.16 0.16
HSL 150.43º 0.45% 0.7% -
HSV(B) 150.43º 0.32% 0.84% -
XYZ 43.43 56.77 51.32 -
YUV 188.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 144 213 179 0.32 0 0.16 0.16 150.43 0.45 0.7
Hex 90 D5 B3 20 0 10 10 96 2D 46
Octal 220 325 263 40 0 20 20 226 55 106
Binary 10010000 11010101 10110011 100000 0 10000 10000 10010110 101101 1000110

Color Harmonies of #90D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D5B3

Black with #90D5B3

Text Example


Text Example

White with #90D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,213,179); }

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

background-color css

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

 a { background-color: rgb(144,213,179); }

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

border-color css

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

 span { border-color: rgb(144,213,179); }

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