#5DBBFB

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

Shades of Maya Blue #5DBBFB

Tints of Maya Blue #5DBBFB

Color information

#5DBBFB (or 0x5DBBFB) is unknown color: approx Maya Blue. HEX triplet: 5D, BB and FB. RGB value is (93,187,251). Sum of RGB (Red+Green+Blue) = 93+187+251=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBFB is #A24404. Grayscale: #A5A5A5. Windows color (decimal): -10634245 or 16497501. OLE color: 16497501.

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

Color convert

RGB93187251-
CMYK0.630.2500.02
HSL204.3º95.18%67.45%-
HSV(B)204.3º62.95%98.43%-
XYZ39.744.8397.83-
YUV166.19175.8675.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.51%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=17.51%
G=35.22%
B=47.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931872510.630.2500.02204.395.1867.45
Hex5DBBFB3F1902cc5f43
Octal135273373773102314137103
Binary10111011011101111111011111111110010101100110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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