#5DCDFB

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

Shades of Maya Blue #5DCDFB

Tints of Maya Blue #5DCDFB

Color information

#5DCDFB (or 0x5DCDFB) is unknown color: approx Maya Blue. HEX triplet: 5D, CD and FB. RGB value is (93,205,251). Sum of RGB (Red+Green+Blue) = 93+205+251=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDFB is #A23204. Grayscale: #B0B0B0. Windows color (decimal): -10629637 or 16502109. OLE color: 16502109.

HSL color Cylindrical-coordinate representation of color #5DCDFB: hue angle of 197.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCDFB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93205251-
CMYK0.630.1800.02
HSL197.47º95.18%67.45%-
HSV(B)197.47º62.95%98.43%-
XYZ43.7652.9599.18-
YUV176.76169.8968.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.94%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=16.94%
G=37.34%
B=45.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932052510.630.1800.02197.4795.1867.45
Hex5DCDFB3F1202c55f43
Octal135315373772202305137103
Binary10111011100110111111011111111100100101100010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,251); }

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

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

 a { background-color: rgb(93,205,251); }

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

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

 span { border-color: rgb(93,205,251); }

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