#5FB2FB

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

Shades of Maya Blue #5FB2FB

Tints of Maya Blue #5FB2FB

Color information

#5FB2FB (or 0x5FB2FB) is unknown color: approx Maya Blue. HEX triplet: 5F, B2 and FB. RGB value is (95,178,251). Sum of RGB (Red+Green+Blue) = 95+178+251=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FB2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FB2FB is #A04D04. Grayscale: #A1A1A1. Windows color (decimal): -10505477 or 16495199. OLE color: 16495199.

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

Color convert

RGB95178251-
CMYK0.620.2900.02
HSL208.08º95.12%67.84%-
HSV(B)208.08º62.15%98.43%-
XYZ38.0541.2497.22-
YUV161.5178.580.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.13%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=18.13%
G=33.97%
B=47.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951782510.620.2900.02208.0895.1267.84
Hex5FB2FB3E1D02d05f44
Octal137262373763502320137104
Binary10111111011001011111011111110111010101101000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,251); }

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

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

 a { background-color: rgb(95,178,251); }

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

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

 span { border-color: rgb(95,178,251); }

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