#52BCFD

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

Shades of Maya Blue #52BCFD

Tints of Maya Blue #52BCFD

Color information

#52BCFD (or 0x52BCFD) is unknown color: approx Maya Blue. HEX triplet: 52, BC and FD. RGB value is (82,188,253). Sum of RGB (Red+Green+Blue) = 82+188+253=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #52BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCFD is #AD4302. Grayscale: #A3A3A3. Windows color (decimal): -11354883 or 16628818. OLE color: 16628818.

HSL color Cylindrical-coordinate representation of color #52BCFD: hue angle of 202.81º 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 #52BCFD is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82188253-
CMYK0.680.2600.01
HSL202.81º97.71%65.69%-
HSV(B)202.81º67.59%99.22%-
XYZ39.1944.8599.52-
YUV163.72178.3869.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=15.68%
G=35.95%
B=48.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821882530.680.2600.01202.8197.7165.69
Hex52BCFD441A01cb6242
Octal1222743751043201313142102
Binary10100101011110011111101100010011010011100101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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