#5FBCF9

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

Shades of Maya Blue #5FBCF9

Tints of Maya Blue #5FBCF9

Color information

#5FBCF9 (or 0x5FBCF9) is unknown color: approx Maya Blue. HEX triplet: 5F, BC and F9. RGB value is (95,188,249). Sum of RGB (Red+Green+Blue) = 95+188+249=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FBCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCF9 is #A04306. Grayscale: #A6A6A6. Windows color (decimal): -10502919 or 16366687. OLE color: 16366687.

HSL color Cylindrical-coordinate representation of color #5FBCF9: hue angle of 203.77º 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 #5FBCF9 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95188249-
CMYK0.620.2400.02
HSL203.77º92.77%67.45%-
HSV(B)203.77º61.85%97.65%-
XYZ39.845.2496.26-
YUV167.15174.1976.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.86%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=17.86%
G=35.34%
B=46.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951882490.620.2400.02203.7792.7767.45
Hex5FBCF93E1802cc5d43
Octal137274371763002314135103
Binary10111111011110011111001111110110000101100110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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