Html Css Color HEX #90ECAB Vista Blue

📋 copy color: '#90ECAB'

red 144 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #90ECAB

Tints of Vista Blue #90ECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 26.13%
G = 42.83%
B = 31.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#90ECAB (or 0x90ECAB) is known color: Vista Blue. HEX triplet: 90, EC and AB. RGB value is (144,236,171). Sum of RGB (Red+Green+Blue) = 144+236+171=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECAB is #6F1354. Grayscale: #C9C9C9. Windows color (decimal): -7279445 or 11267216. OLE color: 11267216.

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

Color convert

RGB 144 236 171 -
CMYK 0.39 0 0.28 0.07
HSL 137.61º 0.71% 0.75% -
HSV(B) 137.61º 0.39% 0.93% -
XYZ 48.85 68.86 49.24 -
YUV 201.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 144 236 171 0.39 0 0.28 0.07 137.61 0.71 0.75
Hex 90 EC AB 27 0 1C 7 8A 47 4B
Octal 220 354 253 47 0 34 7 212 107 113
Binary 10010000 11101100 10101011 100111 0 11100 111 10001010 1000111 1001011

Color Harmonies of #90ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ECAB

Black with #90ECAB

Text Example


Text Example

White with #90ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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