#5DCEFF

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

Shades of Maya Blue #5DCEFF

Tints of Maya Blue #5DCEFF

Color information

#5DCEFF (or 0x5DCEFF) is unknown color: approx Maya Blue. HEX triplet: 5D, CE and FF. RGB value is (93,206,255). Sum of RGB (Red+Green+Blue) = 93+206+255=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEFF is #A23100. Grayscale: #B1B1B1. Windows color (decimal): -10629377 or 16764509. OLE color: 16764509.

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

Color convert

RGB93206255-
CMYK0.640.1900
HSL198.15º100%68.24%-
HSV(B)198.15º63.53%100%-
XYZ44.6453.69102.62-
YUV177.8171.5667.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.79%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 255 (100% from 255) = 46.03%
R=16.79%
G=37.18%
B=46.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932062550.640.1900198.1510068.24
Hex5DCEFF401300c66444
Octal1353163771002300306144104
Binary10111011100111011111111100000010011001100011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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