#5DB0FF

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

Shades of Maya Blue #5DB0FF

Tints of Maya Blue #5DB0FF

Color information

#5DB0FF (or 0x5DB0FF) is unknown color: approx Maya Blue. HEX triplet: 5D, B0 and FF. RGB value is (93,176,255). Sum of RGB (Red+Green+Blue) = 93+176+255=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB0FF is #A24F00. Grayscale: #9F9F9F. Windows color (decimal): -10637057 or 16756829. OLE color: 16756829.

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

Color convert

RGB93176255-
CMYK0.640.3100
HSL209.26º100%68.24%-
HSV(B)209.26º63.53%100%-
XYZ38.0940.6100.44-
YUV160.19181.580.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.75%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 255 (100% from 255) = 48.66%
R=17.75%
G=33.59%
B=48.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal931762550.640.3100209.2610068.24
Hex5DB0FF401F00d16444
Octal1352603771003700321144104
Binary10111011011000011111111100000011111001101000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,176,255); }

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

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

 a { background-color: rgb(93,176,255); }

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

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

 span { border-color: rgb(93,176,255); }

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