Html Css Color HEX #90FAB4 Vista Blue

📋 copy color: '#90FAB4'

red 144 ◦ green 250 ◦ blue 180

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

Shades of Vista Blue #90FAB4

Tints of Vista Blue #90FAB4

RGB

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

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

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

R = 25.09%
G = 43.55%
B = 31.36%

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

#90FAB4 (or 0x90FAB4) is known color: Vista Blue. HEX triplet: 90, FA and B4. RGB value is (144,250,180). Sum of RGB (Red+Green+Blue) = 144+250+180=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAB4 is #6F054B. Grayscale: #D2D2D2. Windows color (decimal): -7275852 or 11860624. OLE color: 11860624.

HSL color Cylindrical-coordinate representation of color #90FAB4: hue angle of 140.38º 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 #90FAB4 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 180 -
CMYK 0.42 0 0.28 0.02
HSL 140.38º 0.91% 0.77% -
HSV(B) 140.38º 0.42% 0.98% -
XYZ 53.93 77.6 55.32 -
YUV 210.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 144 250 180 0.42 0 0.28 0.02 140.38 0.91 0.77
Hex 90 FA B4 2A 0 1C 2 8C 5B 4D
Octal 220 372 264 52 0 34 2 214 133 115
Binary 10010000 11111010 10110100 101010 0 11100 10 10001100 1011011 1001101

Color Harmonies of #90FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAB4

Black with #90FAB4

Text Example


Text Example

White with #90FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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