Html Css Color HEX #5AB4FA Maya Blue

📋 copy color: '#5AB4FA'

red 90 ◦ green 180 ◦ blue 250

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

Shades of Maya Blue #5AB4FA

Tints of Maya Blue #5AB4FA

RGB

 RED value IS 90 (35.55% from 255) = 17.31%

 GREEN value IS 180 (70.7% from 255) = 34.62%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 17.31%
G = 34.62%
B = 48.08%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AB4FA (or 0x5AB4FA) is known color: Maya Blue. HEX triplet: 5A, B4 and FA. RGB value is (90,180,250). Sum of RGB (Red+Green+Blue) = 90+180+250=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4FA is #A54B05. Grayscale: #A0A0A0. Windows color (decimal): -10832646 or 16430170. OLE color: 16430170.

HSL color Cylindrical-coordinate representation of color #5AB4FA: hue angle of 206.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB4FA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 180 250 -
CMYK 0.64 0.28 0 0.02
HSL 206.25º 0.94% 0.67% -
HSV(B) 206.25º 0.64% 0.98% -
XYZ 37.79 41.72 96.5 -
YUV 161.07 178.18 77.31 -
System Red Green Blue C M Y K H S L
Decimal 90 180 250 0.64 0.28 0 0.02 206.25 0.94 0.67
Hex 5A B4 FA 40 1C 0 2 CE 5E 43
Octal 132 264 372 100 34 0 2 316 136 103
Binary 1011010 10110100 11111010 1000000 11100 0 10 11001110 1011110 1000011

Color Harmonies of #5AB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4FA

Black with #5AB4FA

Text Example


Text Example

White with #5AB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AB4FA; }

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

 H1.HeaderClassName
 {
   color: #5AB4FA;
 }
 .AnyTagClassName
 {
   color: #5AB4FA;
 }
</style>

background-color css

<style>
 a { background-color: #5AB4FA; }

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

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

border-color css

<style>
 span { border-color: #5AB4FA; }

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

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