Html Css Color HEX #5AB5FA Maya Blue

📋 copy color: '#5AB5FA'

red 90 ◦ green 181 ◦ blue 250

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

Shades of Maya Blue #5AB5FA

Tints of Maya Blue #5AB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

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

R = 17.27%
G = 34.74%
B = 47.98%

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

#5AB5FA (or 0x5AB5FA) is known color: Maya Blue. HEX triplet: 5A, B5 and FA. RGB value is (90,181,250). Sum of RGB (Red+Green+Blue) = 90+181+250=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB5FA is #A54A05. Grayscale: #A1A1A1. Windows color (decimal): -10832390 or 16430426. OLE color: 16430426.

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

Color convert

RGB 90 181 250 -
CMYK 0.64 0.28 0 0.02
HSL 205.88º 0.94% 0.67% -
HSV(B) 205.88º 0.64% 0.98% -
XYZ 38 42.12 96.57 -
YUV 161.66 177.85 76.89 -
System Red Green Blue C M Y K H S L
Decimal 90 181 250 0.64 0.28 0 0.02 205.88 0.94 0.67
Hex 5A B5 FA 40 1C 0 2 CE 5E 43
Octal 132 265 372 100 34 0 2 316 136 103
Binary 1011010 10110101 11111010 1000000 11100 0 10 11001110 1011110 1000011

Color Harmonies of #5AB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB5FA

Black with #5AB5FA

Text Example


Text Example

White with #5AB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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