Html Css Color HEX #90FAB5 Vista Blue

📋 copy color: '#90FAB5'

red 144 ◦ green 250 ◦ blue 181

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

Shades of Vista Blue #90FAB5

Tints of Vista Blue #90FAB5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.48%

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 25.04%
G = 43.48%
B = 31.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#90FAB5 (or 0x90FAB5) is known color: Vista Blue. HEX triplet: 90, FA and B5. RGB value is (144,250,181). Sum of RGB (Red+Green+Blue) = 144+250+181=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAB5 is #6F054A. Grayscale: #D2D2D2. Windows color (decimal): -7275851 or 11926160. OLE color: 11926160.

HSL color Cylindrical-coordinate representation of color #90FAB5: hue angle of 140.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAB5 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 181 -
CMYK 0.42 0 0.28 0.02
HSL 140.94º 0.91% 0.77% -
HSV(B) 140.94º 0.42% 0.98% -
XYZ 54.03 77.64 55.85 -
YUV 210.44 111.38 80.61 -
System Red Green Blue C M Y K H S L
Decimal 144 250 181 0.42 0 0.28 0.02 140.94 0.91 0.77
Hex 90 FA B5 2A 0 1C 2 8D 5B 4D
Octal 220 372 265 52 0 34 2 215 133 115
Binary 10010000 11111010 10110101 101010 0 11100 10 10001101 1011011 1001101

Color Harmonies of #90FAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAB5

Black with #90FAB5

Text Example


Text Example

White with #90FAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,250,181); }

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

background-color css

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

 a { background-color: rgb(144,250,181); }

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

border-color css

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

 span { border-color: rgb(144,250,181); }

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