Html Css Color HEX #90E0B0 Vista Blue

📋 copy color: '#90E0B0'

red 144 ◦ green 224 ◦ blue 176

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

Shades of Vista Blue #90E0B0

Tints of Vista Blue #90E0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.18%

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

R = 26.47%
G = 41.18%
B = 32.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#90E0B0 (or 0x90E0B0) is known color: Vista Blue. HEX triplet: 90, E0 and B0. RGB value is (144,224,176). Sum of RGB (Red+Green+Blue) = 144+224+176=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #90E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E0B0 is #6F1F4F. Grayscale: #C2C2C2. Windows color (decimal): -7282512 or 11591824. OLE color: 11591824.

HSL color Cylindrical-coordinate representation of color #90E0B0: hue angle of 144º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E0B0 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 224 176 -
CMYK 0.36 0 0.21 0.12
HSL 144º 0.56% 0.72% -
HSV(B) 144º 0.36% 0.88% -
XYZ 45.99 62.38 50.69 -
YUV 194.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 144 224 176 0.36 0 0.21 0.12 144 0.56 0.72
Hex 90 E0 B0 24 0 15 C 90 38 48
Octal 220 340 260 44 0 25 14 220 70 110
Binary 10010000 11100000 10110000 100100 0 10101 1100 10010000 111000 1001000

Color Harmonies of #90E0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E0B0

Black with #90E0B0

Text Example


Text Example

White with #90E0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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