#5FBDFD

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

Shades of Maya Blue #5FBDFD

Tints of Maya Blue #5FBDFD

Color information

#5FBDFD (or 0x5FBDFD) is unknown color: approx Maya Blue. HEX triplet: 5F, BD and FD. RGB value is (95,189,253). Sum of RGB (Red+Green+Blue) = 95+189+253=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBDFD is #A04202. Grayscale: #A7A7A7. Windows color (decimal): -10502659 or 16629087. OLE color: 16629087.

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

Color convert

RGB95189253-
CMYK0.620.2500.01
HSL204.3º97.53%68.24%-
HSV(B)204.3º62.45%99.22%-
XYZ40.6545.9299.65-
YUV168.19175.8675.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.69%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=17.69%
G=35.20%
B=47.11%

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
Decimal951892530.620.2500.01204.397.5368.24
Hex5FBDFD3E1901cc6244
Octal137275375763101314142104
Binary1011111101111011111110111111011001011100110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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