#5FB8FE

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

Shades of Maya Blue #5FB8FE

Tints of Maya Blue #5FB8FE

Color information

#5FB8FE (or 0x5FB8FE) is unknown color: approx Maya Blue. HEX triplet: 5F, B8 and FE. RGB value is (95,184,254). Sum of RGB (Red+Green+Blue) = 95+184+254=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FB8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB8FE is #A04701. Grayscale: #A5A5A5. Windows color (decimal): -10503938 or 16693343. OLE color: 16693343.

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

Color convert

RGB95184254-
CMYK0.630.2800.00
HSL206.42º98.76%68.43%-
HSV(B)206.42º62.6%99.61%-
XYZ39.7543.87100.14-
YUV165.37178.0177.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.82%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=17.82%
G=34.52%
B=47.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal951842540.630.2800.00206.4298.7668.43
Hex5FB8FE3F1C00ce6344
Octal137270376773400316143104
Binary1011111101110001111111011111111100001100111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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