Html Css Color HEX #90EBAC Vista Blue

📋 copy color: '#90EBAC'

red 144 ◦ green 235 ◦ blue 172

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

Shades of Vista Blue #90EBAC

Tints of Vista Blue #90EBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 26.13%
G = 42.65%
B = 31.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#90EBAC (or 0x90EBAC) is known color: Vista Blue. HEX triplet: 90, EB and AC. RGB value is (144,235,172). Sum of RGB (Red+Green+Blue) = 144+235+172=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBAC is #6F1453. Grayscale: #C8C8C8. Windows color (decimal): -7279700 or 11332496. OLE color: 11332496.

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

Color convert

RGB 144 235 172 -
CMYK 0.39 0 0.27 0.08
HSL 138.46º 0.69% 0.74% -
HSV(B) 138.46º 0.39% 0.92% -
XYZ 48.66 68.32 49.65 -
YUV 200.61 111.85 87.62 -
System Red Green Blue C M Y K H S L
Decimal 144 235 172 0.39 0 0.27 0.08 138.46 0.69 0.74
Hex 90 EB AC 27 0 1B 8 8A 45 4A
Octal 220 353 254 47 0 33 10 212 105 112
Binary 10010000 11101011 10101100 100111 0 11011 1000 10001010 1000101 1001010

Color Harmonies of #90EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBAC

Black with #90EBAC

Text Example


Text Example

White with #90EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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