#53C6F9

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

Shades of Maya Blue #53C6F9

Tints of Maya Blue #53C6F9

Color information

#53C6F9 (or 0x53C6F9) is unknown color: approx Maya Blue. HEX triplet: 53, C6 and F9. RGB value is (83,198,249). Sum of RGB (Red+Green+Blue) = 83+198+249=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #53C6F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C6F9 is #AC3906. Grayscale: #A9A9A9. Windows color (decimal): -11286791 or 16369235. OLE color: 16369235.

HSL color Cylindrical-coordinate representation of color #53C6F9: hue angle of 198.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C6F9 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83198249-
CMYK0.670.2000.02
HSL198.43º93.26%65.1%-
HSV(B)198.43º66.67%97.65%-
XYZ40.8649.0796.94-
YUV169.43172.966.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.66%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=15.66%
G=37.36%
B=46.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831982490.670.2000.02198.4393.2665.1
Hex53C6F9431402c65d41
Octal1233063711032402306135101
Binary101001111000110111110011000011101000101100011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C6F9; }

 p { color: rgb(83,198,249); }

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

<style>
 a { background-color: #53C6F9; }

 a { background-color: rgb(83,198,249); }

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

<style>
 span { border-color: #53C6F9; }

 span { border-color: rgb(83,198,249); }

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