#5AB1FE

Color #5AB1FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5AB1FE

Tints of Maya Blue #5AB1FE

Color information

#5AB1FE (or 0x5AB1FE) is unknown color: approx Maya Blue. HEX triplet: 5A, B1 and FE. RGB value is (90,177,254). Sum of RGB (Red+Green+Blue) = 90+177+254=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AB1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1FE is #A54E01. Grayscale: #9F9F9F. Windows color (decimal): -10833410 or 16691546. OLE color: 16691546.

HSL color Cylindrical-coordinate representation of color #5AB1FE: hue angle of 208.17º 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 #5AB1FE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB90177254-
CMYK0.650.3000.00
HSL208.17º98.8%67.45%-
HSV(B)208.17º64.57%99.61%-
XYZ37.8340.7799.64-
YUV159.76181.1878.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.27%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=17.27%
G=33.97%
B=48.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal901772540.650.3000.00208.1798.867.45
Hex5AB1FE411E00d06343
Octal1322613761013600320143103
Binary10110101011000111111110100000111110001101000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB1FE;
 }
 .AnyTagClassName
 {
   color: #5AB1FE;
 }
</style>
background-color css

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

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

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

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

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

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