#53C0FF

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

Shades of Maya Blue #53C0FF

Tints of Maya Blue #53C0FF

Color information

#53C0FF (or 0x53C0FF) is unknown color: approx Maya Blue. HEX triplet: 53, C0 and FF. RGB value is (83,192,255). Sum of RGB (Red+Green+Blue) = 83+192+255=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #53C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C0FF is #AC3F00. Grayscale: #A6A6A6. Windows color (decimal): -11288321 or 16760915. OLE color: 16760915.

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

Color convert

RGB83192255-
CMYK0.670.2500
HSL201.98º100%66.27%-
HSV(B)201.98º67.45%100%-
XYZ40.4746.76101.5-
YUV166.59177.8968.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.66%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 255 (100% from 255) = 48.11%
R=15.66%
G=36.23%
B=48.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal831922550.670.2500201.9810066.27
Hex53C0FF431900ca6442
Octal1233003771033100312144102
Binary10100111100000011111111100001111001001100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,255); }

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

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

 a { background-color: rgb(83,192,255); }

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

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

 span { border-color: rgb(83,192,255); }

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