#5FBEFA

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

Shades of Maya Blue #5FBEFA

Tints of Maya Blue #5FBEFA

Color information

#5FBEFA (or 0x5FBEFA) is unknown color: approx Maya Blue. HEX triplet: 5F, BE and FA. RGB value is (95,190,250). Sum of RGB (Red+Green+Blue) = 95+190+250=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FBEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEFA is #A04105. Grayscale: #A8A8A8. Windows color (decimal): -10502406 or 16432735. OLE color: 16432735.

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

Color convert

RGB95190250-
CMYK0.620.2400.02
HSL203.23º93.94%67.65%-
HSV(B)203.23º62%98.04%-
XYZ40.3946.1697.22-
YUV168.43174.0375.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.76%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=17.76%
G=35.51%
B=46.73%

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
Decimal951902500.620.2400.02203.2393.9467.65
Hex5FBEFA3E1802cb5e44
Octal137276372763002313136104
Binary10111111011111011111010111110110000101100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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