#52b2fc

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

Shades of Malibu #52B2FC

Tints of Malibu #52B2FC

Color information

#52B2FC (or 0x52B2FC) is unknown color: approx Malibu. HEX triplet: 52, B2 and FC. RGB value is (82,178,252). Sum of RGB (Red+Green+Blue) = 82+178+252=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #52B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2FC is #AD4D03. Grayscale: #9D9D9D. Windows color (decimal): -11357444 or 16560722. OLE color: 16560722.

HSL color Cylindrical-coordinate representation of color #52B2FC: hue angle of 206.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52B2FC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82178252-
CMYK0.670.2900.01
HSL206.12º96.59%65.49%-
HSV(B)206.12º67.46%98.82%-
XYZ36.9740.6698-
YUV157.73181.273.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.02%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=16.02%
G=34.77%
B=49.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821782520.670.2900.01206.1296.5965.49
Hex52B2FC431D01ce6141
Octal1222623741033501316141101
Binary10100101011001011111100100001111101011100111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b2fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,178,252); }

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

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

 a { background-color: rgb(82,178,252); }

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

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

 span { border-color: rgb(82,178,252); }

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