#52c5fa

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

Shades of Maya Blue #52C5FA

Tints of Maya Blue #52C5FA

Color information

#52C5FA (or 0x52C5FA) is unknown color: approx Maya Blue. HEX triplet: 52, C5 and FA. RGB value is (82,197,250). Sum of RGB (Red+Green+Blue) = 82+197+250=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #52C5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C5FA is #AD3A05. Grayscale: #A8A8A8. Windows color (decimal): -11352582 or 16434514. OLE color: 16434514.

HSL color Cylindrical-coordinate representation of color #52C5FA: hue angle of 198.93º degrees, saturation: 0.94, 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 #52C5FA is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82197250-
CMYK0.670.2100.02
HSL198.93º94.38%65.1%-
HSV(B)198.93º67.2%98.04%-
XYZ40.748.6397.68-
YUV168.66173.966.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=15.50%
G=37.24%
B=47.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821972500.670.2100.02198.9394.3865.1
Hex52C5FA431502c75e41
Octal1223053721032502307136101
Binary101001011000101111110101000011101010101100011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c5fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52c5fa; }

 p { color: rgb(82,197,250); }

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

<style>
 a { background-color: #52c5fa; }

 a { background-color: rgb(82,197,250); }

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

<style>
 span { border-color: #52c5fa; }

 span { border-color: rgb(82,197,250); }

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