Html Css Color HEX #90FABA Vista Blue

📋 copy color: '#90FABA'

red 144 ◦ green 250 ◦ blue 186

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

Shades of Vista Blue #90FABA

Tints of Vista Blue #90FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 24.83%
G = 43.1%
B = 32.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#90FABA (or 0x90FABA) is known color: Vista Blue. HEX triplet: 90, FA and BA. RGB value is (144,250,186). Sum of RGB (Red+Green+Blue) = 144+250+186=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #90FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FABA is #6F0545. Grayscale: #D3D3D3. Windows color (decimal): -7275846 or 12253840. OLE color: 12253840.

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

Color convert

RGB 144 250 186 -
CMYK 0.42 0 0.26 0.02
HSL 143.77º 0.91% 0.77% -
HSV(B) 143.77º 0.42% 0.98% -
XYZ 54.55 77.85 58.61 -
YUV 211.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 144 250 186 0.42 0 0.26 0.02 143.77 0.91 0.77
Hex 90 FA BA 2A 0 1A 2 90 5B 4D
Octal 220 372 272 52 0 32 2 220 133 115
Binary 10010000 11111010 10111010 101010 0 11010 10 10010000 1011011 1001101

Color Harmonies of #90FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FABA

Black with #90FABA

Text Example


Text Example

White with #90FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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