Html Css Color HEX #90EBBC Vista Blue

📋 copy color: '#90EBBC'

red 144 ◦ green 235 ◦ blue 188

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

Shades of Vista Blue #90EBBC

Tints of Vista Blue #90EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.45%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 25.4%
G = 41.45%
B = 33.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#90EBBC (or 0x90EBBC) is known color: Vista Blue. HEX triplet: 90, EB and BC. RGB value is (144,235,188). Sum of RGB (Red+Green+Blue) = 144+235+188=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBBC is #6F1443. Grayscale: #CACACA. Windows color (decimal): -7279684 or 12381072. OLE color: 12381072.

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

Color convert

RGB 144 235 188 -
CMYK 0.39 0 0.2 0.08
HSL 149.01º 0.69% 0.74% -
HSV(B) 149.01º 0.39% 0.92% -
XYZ 50.29 68.98 58.24 -
YUV 202.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 144 235 188 0.39 0 0.2 0.08 149.01 0.69 0.74
Hex 90 EB BC 27 0 14 8 95 45 4A
Octal 220 353 274 47 0 24 10 225 105 112
Binary 10010000 11101011 10111100 100111 0 10100 1000 10010101 1000101 1001010

Color Harmonies of #90EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBBC

Black with #90EBBC

Text Example


Text Example

White with #90EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,235,188); }

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

background-color css

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

 a { background-color: rgb(144,235,188); }

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

border-color css

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

 span { border-color: rgb(144,235,188); }

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