#52B2F7

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

Shades of Malibu #52B2F7

Tints of Malibu #52B2F7

Color information

#52B2F7 (or 0x52B2F7) is unknown color: approx Malibu. HEX triplet: 52, B2 and F7. RGB value is (82,178,247). Sum of RGB (Red+Green+Blue) = 82+178+247=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #52B2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2F7 is #AD4D08. Grayscale: #9C9C9C. Windows color (decimal): -11357449 or 16233042. OLE color: 16233042.

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

Color convert

RGB82178247-
CMYK0.670.2800.03
HSL205.09º91.16%64.51%-
HSV(B)205.09º66.8%96.86%-
XYZ36.1940.3593.88-
YUV157.16178.774.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.17%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 247 (96.88% from 255) = 48.72%
R=16.17%
G=35.11%
B=48.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal821782470.670.2800.03205.0991.1664.51
Hex52B2F7431C03cd5b41
Octal1222623671033403315133101
Binary101001010110010111101111000011111000111100110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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