#53B6FE

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

Shades of Maya Blue #53B6FE

Tints of Maya Blue #53B6FE

Color information

#53B6FE (or 0x53B6FE) is unknown color: approx Maya Blue. HEX triplet: 53, B6 and FE. RGB value is (83,182,254). Sum of RGB (Red+Green+Blue) = 83+182+254=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #53B6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B6FE is #AC4901. Grayscale: #A0A0A0. Windows color (decimal): -11290882 or 16692819. OLE color: 16692819.

HSL color Cylindrical-coordinate representation of color #53B6FE: hue angle of 205.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53B6FE is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB83182254-
CMYK0.670.2800.00
HSL205.26º98.84%66.08%-
HSV(B)205.26º67.32%99.61%-
XYZ38.1842.4599.95-
YUV160.61180.772.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=15.99%
G=35.07%
B=48.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal831822540.670.2800.00205.2698.8466.08
Hex53B6FE431C00cd6342
Octal1232663761033400315143102
Binary10100111011011011111110100001111100001100110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,254); }

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

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

 a { background-color: rgb(83,182,254); }

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

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

 span { border-color: rgb(83,182,254); }

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