Html Css Color HEX #90ECAE Vista Blue

📋 copy color: '#90ECAE'

red 144 ◦ green 236 ◦ blue 174

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

Shades of Vista Blue #90ECAE

Tints of Vista Blue #90ECAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 25.99%
G = 42.6%
B = 31.41%

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

#90ECAE (or 0x90ECAE) is known color: Vista Blue. HEX triplet: 90, EC and AE. RGB value is (144,236,174). Sum of RGB (Red+Green+Blue) = 144+236+174=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECAE is #6F1351. Grayscale: #C9C9C9. Windows color (decimal): -7279442 or 11463824. OLE color: 11463824.

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

Color convert

RGB 144 236 174 -
CMYK 0.39 0 0.26 0.07
HSL 139.57º 0.71% 0.75% -
HSV(B) 139.57º 0.39% 0.93% -
XYZ 49.14 68.98 50.77 -
YUV 201.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 144 236 174 0.39 0 0.26 0.07 139.57 0.71 0.75
Hex 90 EC AE 27 0 1A 7 8C 47 4B
Octal 220 354 256 47 0 32 7 214 107 113
Binary 10010000 11101100 10101110 100111 0 11010 111 10001100 1000111 1001011

Color Harmonies of #90ECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ECAE

Black with #90ECAE

Text Example


Text Example

White with #90ECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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