Html Css Color HEX #90EEB0 Vista Blue

📋 copy color: '#90EEB0'

red 144 ◦ green 238 ◦ blue 176

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

Shades of Vista Blue #90EEB0

Tints of Vista Blue #90EEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.65%

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

R = 25.81%
G = 42.65%
B = 31.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#90EEB0 (or 0x90EEB0) is known color: Vista Blue. HEX triplet: 90, EE and B0. RGB value is (144,238,176). Sum of RGB (Red+Green+Blue) = 144+238+176=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EEB0 is #6F114F. Grayscale: #CACACA. Windows color (decimal): -7278928 or 11595408. OLE color: 11595408.

HSL color Cylindrical-coordinate representation of color #90EEB0: hue angle of 140.43º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEB0 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 176 -
CMYK 0.39 0 0.26 0.07
HSL 140.43º 0.73% 0.75% -
HSV(B) 140.43º 0.39% 0.93% -
XYZ 49.91 70.21 52 -
YUV 202.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 144 238 176 0.39 0 0.26 0.07 140.43 0.73 0.75
Hex 90 EE B0 27 0 1A 7 8C 49 4B
Octal 220 356 260 47 0 32 7 214 111 113
Binary 10010000 11101110 10110000 100111 0 11010 111 10001100 1001001 1001011

Color Harmonies of #90EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEB0

Black with #90EEB0

Text Example


Text Example

White with #90EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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