Html Css Color HEX #90EBB4 Vista Blue

📋 copy color: '#90EBB4'

red 144 ◦ green 235 ◦ blue 180

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

Shades of Vista Blue #90EBB4

Tints of Vista Blue #90EBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 25.76%
G = 42.04%
B = 32.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#90EBB4 (or 0x90EBB4) is known color: Vista Blue. HEX triplet: 90, EB and B4. RGB value is (144,235,180). Sum of RGB (Red+Green+Blue) = 144+235+180=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBB4 is #6F144B. Grayscale: #C9C9C9. Windows color (decimal): -7279692 or 11856784. OLE color: 11856784.

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

Color convert

RGB 144 235 180 -
CMYK 0.39 0 0.23 0.08
HSL 143.74º 0.69% 0.74% -
HSV(B) 143.74º 0.39% 0.92% -
XYZ 49.45 68.64 53.82 -
YUV 201.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 144 235 180 0.39 0 0.23 0.08 143.74 0.69 0.74
Hex 90 EB B4 27 0 17 8 90 45 4A
Octal 220 353 264 47 0 27 10 220 105 112
Binary 10010000 11101011 10110100 100111 0 10111 1000 10010000 1000101 1001010

Color Harmonies of #90EBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBB4

Black with #90EBB4

Text Example


Text Example

White with #90EBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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