Html Css Color HEX #90DDBE Vista Blue

📋 copy color: '#90DDBE'

red 144 ◦ green 221 ◦ blue 190

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

Shades of Vista Blue #90DDBE

Tints of Vista Blue #90DDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 25.95%
G = 39.82%
B = 34.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#90DDBE (or 0x90DDBE) is known color: Vista Blue. HEX triplet: 90, DD and BE. RGB value is (144,221,190). Sum of RGB (Red+Green+Blue) = 144+221+190=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDBE is #6F2241. Grayscale: #C2C2C2. Windows color (decimal): -7283266 or 12508560. OLE color: 12508560.

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

Color convert

RGB 144 221 190 -
CMYK 0.35 0 0.14 0.13
HSL 155.84º 0.53% 0.72% -
HSV(B) 155.84º 0.35% 0.87% -
XYZ 46.65 61.36 58.1 -
YUV 194.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 144 221 190 0.35 0 0.14 0.13 155.84 0.53 0.72
Hex 90 DD BE 23 0 E D 9C 35 48
Octal 220 335 276 43 0 16 15 234 65 110
Binary 10010000 11011101 10111110 100011 0 1110 1101 10011100 110101 1001000

Color Harmonies of #90DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDBE

Black with #90DDBE

Text Example


Text Example

White with #90DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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