Html Css Color HEX #90DDB0 Vista Blue

📋 copy color: '#90DDB0'

red 144 ◦ green 221 ◦ blue 176

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

Shades of Vista Blue #90DDB0

Tints of Vista Blue #90DDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 26.62%
G = 40.85%
B = 32.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#90DDB0 (or 0x90DDB0) is known color: Vista Blue. HEX triplet: 90, DD and B0. RGB value is (144,221,176). Sum of RGB (Red+Green+Blue) = 144+221+176=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDB0 is #6F224F. Grayscale: #C0C0C0. Windows color (decimal): -7283280 or 11591056. OLE color: 11591056.

HSL color Cylindrical-coordinate representation of color #90DDB0: hue angle of 144.94º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DDB0 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 221 176 -
CMYK 0.35 0 0.20 0.13
HSL 144.94º 0.53% 0.72% -
HSV(B) 144.94º 0.35% 0.87% -
XYZ 45.19 60.78 50.42 -
YUV 192.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 144 221 176 0.35 0 0.20 0.13 144.94 0.53 0.72
Hex 90 DD B0 23 0 14 D 91 35 48
Octal 220 335 260 43 0 24 15 221 65 110
Binary 10010000 11011101 10110000 100011 0 10100 1101 10010001 110101 1001000

Color Harmonies of #90DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDB0

Black with #90DDB0

Text Example


Text Example

White with #90DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,221,176); }

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

background-color css

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

 a { background-color: rgb(144,221,176); }

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

border-color css

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

 span { border-color: rgb(144,221,176); }

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