Html Css Color HEX #5AB4FE Maya Blue

📋 copy color: '#5AB4FE'

red 90 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #5AB4FE

Tints of Maya Blue #5AB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 17.18%
G = 34.35%
B = 48.47%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AB4FE (or 0x5AB4FE) is known color: Maya Blue. HEX triplet: 5A, B4 and FE. RGB value is (90,180,254). Sum of RGB (Red+Green+Blue) = 90+180+254=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4FE is #A54B01. Grayscale: #A1A1A1. Windows color (decimal): -10832642 or 16692314. OLE color: 16692314.

HSL color Cylindrical-coordinate representation of color #5AB4FE: hue angle of 207.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AB4FE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 180 254 -
CMYK 0.65 0.29 0 0.00
HSL 207.07º 0.99% 0.67% -
HSV(B) 207.07º 0.65% 1% -
XYZ 38.43 41.97 99.84 -
YUV 161.53 180.18 76.98 -
System Red Green Blue C M Y K H S L
Decimal 90 180 254 0.65 0.29 0 0.00 207.07 0.99 0.67
Hex 5A B4 FE 41 1D 0 0 CF 63 43
Octal 132 264 376 101 35 0 0 317 143 103
Binary 1011010 10110100 11111110 1000001 11101 0 0 11001111 1100011 1000011

Color Harmonies of #5AB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4FE

Black with #5AB4FE

Text Example


Text Example

White with #5AB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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