#5DB8FE

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

Shades of Maya Blue #5DB8FE

Tints of Maya Blue #5DB8FE

Color information

#5DB8FE (or 0x5DB8FE) is unknown color: approx Maya Blue. HEX triplet: 5D, B8 and FE. RGB value is (93,184,254). Sum of RGB (Red+Green+Blue) = 93+184+254=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DB8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8FE is #A24701. Grayscale: #A4A4A4. Windows color (decimal): -10635010 or 16693341. OLE color: 16693341.

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

Color convert

RGB93184254-
CMYK0.630.2800.00
HSL206.09º98.77%68.04%-
HSV(B)206.09º63.39%99.61%-
XYZ39.5443.76100.13-
YUV164.77178.3576.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.51%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=17.51%
G=34.65%
B=47.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal931842540.630.2800.00206.0998.7768.04
Hex5DB8FE3F1C00ce6344
Octal135270376773400316143104
Binary1011101101110001111111011111111100001100111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,184,254); }

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

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

 a { background-color: rgb(93,184,254); }

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

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

 span { border-color: rgb(93,184,254); }

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