Html Css Color HEX #90ECB5 Vista Blue

📋 copy color: '#90ECB5'

red 144 ◦ green 236 ◦ blue 181

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

Shades of Vista Blue #90ECB5

Tints of Vista Blue #90ECB5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

 BLUE value IS 181 (71.09% from 255) = 32.26%

R = 25.67%
G = 42.07%
B = 32.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#90ECB5 (or 0x90ECB5) is known color: Vista Blue. HEX triplet: 90, EC and B5. RGB value is (144,236,181). Sum of RGB (Red+Green+Blue) = 144+236+181=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECB5 is #6F134A. Grayscale: #CACACA. Windows color (decimal): -7279435 or 11922576. OLE color: 11922576.

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

Color convert

RGB 144 236 181 -
CMYK 0.39 0 0.23 0.07
HSL 144.13º 0.71% 0.75% -
HSV(B) 144.13º 0.39% 0.93% -
XYZ 49.84 69.26 54.46 -
YUV 202.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 144 236 181 0.39 0 0.23 0.07 144.13 0.71 0.75
Hex 90 EC B5 27 0 17 7 90 47 4B
Octal 220 354 265 47 0 27 7 220 107 113
Binary 10010000 11101100 10110101 100111 0 10111 111 10010000 1000111 1001011

Color Harmonies of #90ECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ECB5

Black with #90ECB5

Text Example


Text Example

White with #90ECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,236,181); }

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

background-color css

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

 a { background-color: rgb(144,236,181); }

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

border-color css

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

 span { border-color: rgb(144,236,181); }

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