#52BEFD

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

Shades of Maya Blue #52BEFD

Tints of Maya Blue #52BEFD

Color information

#52BEFD (or 0x52BEFD) is unknown color: approx Maya Blue. HEX triplet: 52, BE and FD. RGB value is (82,190,253). Sum of RGB (Red+Green+Blue) = 82+190+253=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #52BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEFD is #AD4102. Grayscale: #A4A4A4. Windows color (decimal): -11354371 or 16629330. OLE color: 16629330.

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

Color convert

RGB82190253-
CMYK0.680.2500.01
HSL202.11º97.71%65.69%-
HSV(B)202.11º67.59%99.22%-
XYZ39.6245.7199.66-
YUV164.89177.7268.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.62%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=15.62%
G=36.19%
B=48.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821902530.680.2500.01202.1197.7165.69
Hex52BEFD441901ca6242
Octal1222763751043101312142102
Binary10100101011111011111101100010011001011100101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,253); }

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

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

 a { background-color: rgb(82,190,253); }

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

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

 span { border-color: rgb(82,190,253); }

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