Html Css Color HEX #90E2BC Vista Blue

📋 copy color: '#90E2BC'

red 144 ◦ green 226 ◦ blue 188

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

Shades of Vista Blue #90E2BC

Tints of Vista Blue #90E2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 25.81%
G = 40.5%
B = 33.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#90E2BC (or 0x90E2BC) is known color: Vista Blue. HEX triplet: 90, E2 and BC. RGB value is (144,226,188). Sum of RGB (Red+Green+Blue) = 144+226+188=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #90E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E2BC is #6F1D43. Grayscale: #C5C5C5. Windows color (decimal): -7281988 or 12378768. OLE color: 12378768.

HSL color Cylindrical-coordinate representation of color #90E2BC: hue angle of 152.2º 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 #90E2BC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 226 188 -
CMYK 0.36 0 0.17 0.11
HSL 152.2º 0.59% 0.73% -
HSV(B) 152.2º 0.36% 0.89% -
XYZ 47.78 63.95 57.4 -
YUV 197.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 144 226 188 0.36 0 0.17 0.11 152.2 0.59 0.73
Hex 90 E2 BC 24 0 11 B 98 3B 49
Octal 220 342 274 44 0 21 13 230 73 111
Binary 10010000 11100010 10111100 100100 0 10001 1011 10011000 111011 1001001

Color Harmonies of #90E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E2BC

Black with #90E2BC

Text Example


Text Example

White with #90E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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