Html Css Color HEX #90E2BD Vista Blue

📋 copy color: '#90E2BD'

red 144 ◦ green 226 ◦ blue 189

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

Shades of Vista Blue #90E2BD

Tints of Vista Blue #90E2BD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 25.76%
G = 40.43%
B = 33.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#90E2BD (or 0x90E2BD) is known color: Vista Blue. HEX triplet: 90, E2 and BD. RGB value is (144,226,189). Sum of RGB (Red+Green+Blue) = 144+226+189=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #90E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E2BD is #6F1D42. Grayscale: #C5C5C5. Windows color (decimal): -7281987 or 12444304. OLE color: 12444304.

HSL color Cylindrical-coordinate representation of color #90E2BD: hue angle of 152.93º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E2BD is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 226 189 -
CMYK 0.36 0 0.16 0.11
HSL 152.93º 0.59% 0.73% -
HSV(B) 152.93º 0.36% 0.89% -
XYZ 47.88 64 57.97 -
YUV 197.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 144 226 189 0.36 0 0.16 0.11 152.93 0.59 0.73
Hex 90 E2 BD 24 0 10 B 99 3B 49
Octal 220 342 275 44 0 20 13 231 73 111
Binary 10010000 11100010 10111101 100100 0 10000 1011 10011001 111011 1001001

Color Harmonies of #90E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E2BD

Black with #90E2BD

Text Example


Text Example

White with #90E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,226,189); }

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

background-color css

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

 a { background-color: rgb(144,226,189); }

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

border-color css

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

 span { border-color: rgb(144,226,189); }

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