#5FB1FE

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

Shades of Maya Blue #5FB1FE

Tints of Maya Blue #5FB1FE

Color information

#5FB1FE (or 0x5FB1FE) is unknown color: approx Maya Blue. HEX triplet: 5F, B1 and FE. RGB value is (95,177,254). Sum of RGB (Red+Green+Blue) = 95+177+254=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FB1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FB1FE is #A04E01. Grayscale: #A0A0A0. Windows color (decimal): -10505730 or 16691551. OLE color: 16691551.

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

Color convert

RGB95177254-
CMYK0.630.3000.00
HSL209.06º98.76%68.43%-
HSV(B)209.06º62.6%99.61%-
XYZ38.3341.0399.67-
YUV161.26180.3380.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=18.06%
G=33.65%
B=48.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal951772540.630.3000.00209.0698.7668.43
Hex5FB1FE3F1E00d16344
Octal137261376773600321143104
Binary1011111101100011111111011111111110001101000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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