#5DCCFC

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

Shades of Maya Blue #5DCCFC

Tints of Maya Blue #5DCCFC

Color information

#5DCCFC (or 0x5DCCFC) is unknown color: approx Maya Blue. HEX triplet: 5D, CC and FC. RGB value is (93,204,252). Sum of RGB (Red+Green+Blue) = 93+204+252=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DCCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCFC is #A23303. Grayscale: #AFAFAF. Windows color (decimal): -10629892 or 16567389. OLE color: 16567389.

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

Color convert

RGB93204252-
CMYK0.630.1900.01
HSL198.11º96.36%67.65%-
HSV(B)198.11º63.1%98.82%-
XYZ43.6852.5499.93-
YUV176.28170.7368.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.94%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=16.94%
G=37.16%
B=45.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932042520.630.1900.01198.1196.3667.65
Hex5DCCFC3F1301c66044
Octal135314374772301306140104
Binary1011101110011001111110011111110011011100011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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