Html Css Color HEX #90EAC0 Vista Blue

📋 copy color: '#90EAC0'

red 144 ◦ green 234 ◦ blue 192

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

Shades of Vista Blue #90EAC0

Tints of Vista Blue #90EAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 25.26%
G = 41.05%
B = 33.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#90EAC0 (or 0x90EAC0) is known color: Vista Blue. HEX triplet: 90, EA and C0. RGB value is (144,234,192). Sum of RGB (Red+Green+Blue) = 144+234+192=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAC0 is #6F153F. Grayscale: #CACACA. Windows color (decimal): -7279936 or 12642960. OLE color: 12642960.

HSL color Cylindrical-coordinate representation of color #90EAC0: hue angle of 152º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 234 192 -
CMYK 0.38 0 0.18 0.08
HSL 152º 0.68% 0.74% -
HSV(B) 152º 0.38% 0.92% -
XYZ 50.44 68.58 60.45 -
YUV 202.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 144 234 192 0.38 0 0.18 0.08 152 0.68 0.74
Hex 90 EA C0 26 0 12 8 98 44 4A
Octal 220 352 300 46 0 22 10 230 104 112
Binary 10010000 11101010 11000000 100110 0 10010 1000 10011000 1000100 1001010

Color Harmonies of #90EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAC0

Black with #90EAC0

Text Example


Text Example

White with #90EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,234,192); }

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

background-color css

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

 a { background-color: rgb(144,234,192); }

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

border-color css

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

 span { border-color: rgb(144,234,192); }

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