#5FC8F9

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

Shades of Maya Blue #5FC8F9

Tints of Maya Blue #5FC8F9

Color information

#5FC8F9 (or 0x5FC8F9) is unknown color: approx Maya Blue. HEX triplet: 5F, C8 and F9. RGB value is (95,200,249). Sum of RGB (Red+Green+Blue) = 95+200+249=544 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.46% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FC8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC8F9 is #A03706. Grayscale: #ADADAD. Windows color (decimal): -10499847 or 16369759. OLE color: 16369759.

HSL color Cylindrical-coordinate representation of color #5FC8F9: hue angle of 199.09º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC8F9 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95200249-
CMYK0.620.2000.02
HSL199.09º92.77%67.45%-
HSV(B)199.09º61.85%97.65%-
XYZ42.4750.5897.15-
YUV174.19170.2171.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.46%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=17.46%
G=36.76%
B=45.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952002490.620.2000.02199.0992.7767.45
Hex5FC8F93E1402c75d43
Octal137310371762402307135103
Binary10111111100100011111001111110101000101100011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,200,249); }

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

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

 a { background-color: rgb(95,200,249); }

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

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

 span { border-color: rgb(95,200,249); }

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