#5FBEFD

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

Shades of Maya Blue #5FBEFD

Tints of Maya Blue #5FBEFD

Color information

#5FBEFD (or 0x5FBEFD) is unknown color: approx Maya Blue. HEX triplet: 5F, BE and FD. RGB value is (95,190,253). Sum of RGB (Red+Green+Blue) = 95+190+253=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEFD is #A04102. Grayscale: #A8A8A8. Windows color (decimal): -10502403 or 16629343. OLE color: 16629343.

HSL color Cylindrical-coordinate representation of color #5FBEFD: hue angle of 203.92º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FBEFD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95190253-
CMYK0.620.2500.01
HSL203.92º97.53%68.24%-
HSV(B)203.92º62.45%99.22%-
XYZ40.8646.3599.72-
YUV168.78175.5375.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.66%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=17.66%
G=35.32%
B=47.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951902530.620.2500.01203.9297.5368.24
Hex5FBEFD3E1901cc6244
Octal137276375763101314142104
Binary1011111101111101111110111111011001011100110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,253); }

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

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

 a { background-color: rgb(95,190,253); }

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

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

 span { border-color: rgb(95,190,253); }

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