#5DCBFF

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

Shades of Maya Blue #5DCBFF

Tints of Maya Blue #5DCBFF

Color information

#5DCBFF (or 0x5DCBFF) is unknown color: approx Maya Blue. HEX triplet: 5D, CB and FF. RGB value is (93,203,255). Sum of RGB (Red+Green+Blue) = 93+203+255=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBFF is #A23400. Grayscale: #AFAFAF. Windows color (decimal): -10630145 or 16763741. OLE color: 16763741.

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

Color convert

RGB93203255-
CMYK0.640.2000
HSL199.26º100%68.24%-
HSV(B)199.26º63.53%100%-
XYZ43.9252.26102.38-
YUV176.04172.5668.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.88%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 255 (100% from 255) = 46.28%
R=16.88%
G=36.84%
B=46.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932032550.640.2000199.2610068.24
Hex5DCBFF401400c76444
Octal1353133771002400307144104
Binary10111011100101111111111100000010100001100011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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