Html Css Color HEX #90EDBE Vista Blue

📋 copy color: '#90EDBE'

red 144 ◦ green 237 ◦ blue 190

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

Shades of Vista Blue #90EDBE

Tints of Vista Blue #90EDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.51%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 25.22%
G = 41.51%
B = 33.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#90EDBE (or 0x90EDBE) is known color: Vista Blue. HEX triplet: 90, ED and BE. RGB value is (144,237,190). Sum of RGB (Red+Green+Blue) = 144+237+190=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDBE is #6F1241. Grayscale: #CBCBCB. Windows color (decimal): -7279170 or 12512656. OLE color: 12512656.

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

Color convert

RGB 144 237 190 -
CMYK 0.39 0 0.20 0.07
HSL 149.68º 0.72% 0.75% -
HSV(B) 149.68º 0.39% 0.93% -
XYZ 51.08 70.22 59.58 -
YUV 203.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 144 237 190 0.39 0 0.20 0.07 149.68 0.72 0.75
Hex 90 ED BE 27 0 14 7 96 48 4B
Octal 220 355 276 47 0 24 7 226 110 113
Binary 10010000 11101101 10111110 100111 0 10100 111 10010110 1001000 1001011

Color Harmonies of #90EDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDBE

Black with #90EDBE

Text Example


Text Example

White with #90EDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,237,190); }

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

background-color css

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

 a { background-color: rgb(144,237,190); }

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

border-color css

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

 span { border-color: rgb(144,237,190); }

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