Html Css Color HEX #90DDB9 Vista Blue

📋 copy color: '#90DDB9'

red 144 ◦ green 221 ◦ blue 185

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

Shades of Vista Blue #90DDB9

Tints of Vista Blue #90DDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 26.18%
G = 40.18%
B = 33.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#90DDB9 (or 0x90DDB9) is known color: Vista Blue. HEX triplet: 90, DD and B9. RGB value is (144,221,185). Sum of RGB (Red+Green+Blue) = 144+221+185=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDB9 is #6F2246. Grayscale: #C1C1C1. Windows color (decimal): -7283271 or 12180880. OLE color: 12180880.

HSL color Cylindrical-coordinate representation of color #90DDB9: hue angle of 151.95º 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 #90DDB9 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 221 185 -
CMYK 0.35 0 0.16 0.13
HSL 151.95º 0.53% 0.72% -
HSV(B) 151.95º 0.35% 0.87% -
XYZ 46.12 61.14 55.27 -
YUV 193.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 144 221 185 0.35 0 0.16 0.13 151.95 0.53 0.72
Hex 90 DD B9 23 0 10 D 98 35 48
Octal 220 335 271 43 0 20 15 230 65 110
Binary 10010000 11011101 10111001 100011 0 10000 1101 10011000 110101 1001000

Color Harmonies of #90DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDB9

Black with #90DDB9

Text Example


Text Example

White with #90DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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