#52C1FF

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

Shades of Maya Blue #52C1FF

Tints of Maya Blue #52C1FF

Color information

#52C1FF (or 0x52C1FF) is unknown color: approx Maya Blue. HEX triplet: 52, C1 and FF. RGB value is (82,193,255). Sum of RGB (Red+Green+Blue) = 82+193+255=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 193 (75.78% from 255 or 36.42% 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 #52C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1FF is #AD3E00. Grayscale: #A6A6A6. Windows color (decimal): -11353601 or 16761170. OLE color: 16761170.

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

Color convert

RGB82193255-
CMYK0.680.2400
HSL201.5º100%66.08%-
HSV(B)201.5º67.84%100%-
XYZ40.647.15101.57-
YUV166.88177.7367.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.47%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 255 (100% from 255) = 48.11%
R=15.47%
G=36.42%
B=48.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal821932550.680.2400201.510066.08
Hex52C1FF441800ca6442
Octal1223013771043000312144102
Binary10100101100000111111111100010011000001100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,255); }

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

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

 a { background-color: rgb(82,193,255); }

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

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

 span { border-color: rgb(82,193,255); }

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