#5DBAFC

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

Shades of Maya Blue #5DBAFC

Tints of Maya Blue #5DBAFC

Color information

#5DBAFC (or 0x5DBAFC) is unknown color: approx Maya Blue. HEX triplet: 5D, BA and FC. RGB value is (93,186,252). Sum of RGB (Red+Green+Blue) = 93+186+252=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAFC is #A24503. Grayscale: #A5A5A5. Windows color (decimal): -10634500 or 16562781. OLE color: 16562781.

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

Color convert

RGB93186252-
CMYK0.630.2600.01
HSL204.91º96.36%67.65%-
HSV(B)204.91º63.1%98.82%-
XYZ39.6444.4798.59-
YUV165.72176.6976.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.51%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=17.51%
G=35.03%
B=47.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931862520.630.2600.01204.9196.3667.65
Hex5DBAFC3F1A01cd6044
Octal135272374773201315140104
Binary1011101101110101111110011111111010011100110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,252); }

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

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

 a { background-color: rgb(93,186,252); }

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

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

 span { border-color: rgb(93,186,252); }

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