Html Css Color HEX #90EEB1 Vista Blue

📋 copy color: '#90EEB1'

red 144 ◦ green 238 ◦ blue 177

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

Shades of Vista Blue #90EEB1

Tints of Vista Blue #90EEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 25.76%
G = 42.58%
B = 31.66%

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

#90EEB1 (or 0x90EEB1) is known color: Vista Blue. HEX triplet: 90, EE and B1. RGB value is (144,238,177). Sum of RGB (Red+Green+Blue) = 144+238+177=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EEB1 is #6F114E. Grayscale: #CBCBCB. Windows color (decimal): -7278927 or 11660944. OLE color: 11660944.

HSL color Cylindrical-coordinate representation of color #90EEB1: hue angle of 141.06º 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 #90EEB1 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 177 -
CMYK 0.39 0 0.26 0.07
HSL 141.06º 0.73% 0.75% -
HSV(B) 141.06º 0.39% 0.93% -
XYZ 50.01 70.25 52.52 -
YUV 202.94 113.36 85.96 -
System Red Green Blue C M Y K H S L
Decimal 144 238 177 0.39 0 0.26 0.07 141.06 0.73 0.75
Hex 90 EE B1 27 0 1A 7 8D 49 4B
Octal 220 356 261 47 0 32 7 215 111 113
Binary 10010000 11101110 10110001 100111 0 11010 111 10001101 1001001 1001011

Color Harmonies of #90EEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEB1

Black with #90EEB1

Text Example


Text Example

White with #90EEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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