Html Css Color HEX #90EEBA Vista Blue

📋 copy color: '#90EEBA'

red 144 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #90EEBA

Tints of Vista Blue #90EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 25.35%
G = 41.9%
B = 32.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#90EEBA (or 0x90EEBA) is known color: Vista Blue. HEX triplet: 90, EE and BA. RGB value is (144,238,186). Sum of RGB (Red+Green+Blue) = 144+238+186=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEBA is #6F1145. Grayscale: #CCCCCC. Windows color (decimal): -7278918 or 12250768. OLE color: 12250768.

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

Color convert

RGB 144 238 186 -
CMYK 0.39 0 0.22 0.07
HSL 146.81º 0.73% 0.75% -
HSV(B) 146.81º 0.39% 0.93% -
XYZ 50.94 70.62 57.4 -
YUV 203.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 144 238 186 0.39 0 0.22 0.07 146.81 0.73 0.75
Hex 90 EE BA 27 0 16 7 93 49 4B
Octal 220 356 272 47 0 26 7 223 111 113
Binary 10010000 11101110 10111010 100111 0 10110 111 10010011 1001001 1001011

Color Harmonies of #90EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEBA

Black with #90EEBA

Text Example


Text Example

White with #90EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,238,186); }

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

background-color css

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

 a { background-color: rgb(144,238,186); }

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

border-color css

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

 span { border-color: rgb(144,238,186); }

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