Html Css Color HEX #90EEB2 Vista Blue

📋 copy color: '#90EEB2'

red 144 ◦ green 238 ◦ blue 178

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

Shades of Vista Blue #90EEB2

Tints of Vista Blue #90EEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 25.71%
G = 42.5%
B = 31.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#90EEB2 (or 0x90EEB2) is known color: Vista Blue. HEX triplet: 90, EE and B2. RGB value is (144,238,178). Sum of RGB (Red+Green+Blue) = 144+238+178=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EEB2 is #6F114D. Grayscale: #CBCBCB. Windows color (decimal): -7278926 or 11726480. OLE color: 11726480.

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

Color convert

RGB 144 238 178 -
CMYK 0.39 0 0.25 0.07
HSL 141.7º 0.73% 0.75% -
HSV(B) 141.7º 0.39% 0.93% -
XYZ 50.11 70.29 53.05 -
YUV 203.05 113.86 85.88 -
System Red Green Blue C M Y K H S L
Decimal 144 238 178 0.39 0 0.25 0.07 141.7 0.73 0.75
Hex 90 EE B2 27 0 19 7 8E 49 4B
Octal 220 356 262 47 0 31 7 216 111 113
Binary 10010000 11101110 10110010 100111 0 11001 111 10001110 1001001 1001011

Color Harmonies of #90EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEB2

Black with #90EEB2

Text Example


Text Example

White with #90EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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