#53CAFC

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

Shades of Maya Blue #53CAFC

Tints of Maya Blue #53CAFC

Color information

#53CAFC (or 0x53CAFC) is unknown color: approx Maya Blue. HEX triplet: 53, CA and FC. RGB value is (83,202,252). Sum of RGB (Red+Green+Blue) = 83+202+252=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #53CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CAFC is #AC3503. Grayscale: #ABABAB. Windows color (decimal): -11285764 or 16566867. OLE color: 16566867.

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

Color convert

RGB83202252-
CMYK0.670.2000.01
HSL197.75º96.57%65.69%-
HSV(B)197.75º67.06%98.82%-
XYZ42.2651.1199.73-
YUV172.12173.0864.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.46%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=15.46%
G=37.62%
B=46.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832022520.670.2000.01197.7596.5765.69
Hex53CAFC431401c66142
Octal1233123741032401306141102
Binary10100111100101011111100100001110100011100011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,252); }

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

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

 a { background-color: rgb(83,202,252); }

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

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

 span { border-color: rgb(83,202,252); }

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