#5DCCFB

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

Shades of Maya Blue #5DCCFB

Tints of Maya Blue #5DCCFB

Color information

#5DCCFB (or 0x5DCCFB) is unknown color: approx Maya Blue. HEX triplet: 5D, CC and FB. RGB value is (93,204,251). Sum of RGB (Red+Green+Blue) = 93+204+251=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DCCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCFB is #A23304. Grayscale: #AFAFAF. Windows color (decimal): -10629893 or 16501853. OLE color: 16501853.

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

Color convert

RGB93204251-
CMYK0.630.1900.02
HSL197.85º95.18%67.45%-
HSV(B)197.85º62.95%98.43%-
XYZ43.5252.4899.1-
YUV176.17170.2368.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.97%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=16.97%
G=37.23%
B=45.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932042510.630.1900.02197.8595.1867.45
Hex5DCCFB3F1302c65f43
Octal135314373772302306137103
Binary10111011100110011111011111111100110101100011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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