#52B7F7

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

Shades of Malibu #52B7F7

Tints of Malibu #52B7F7

Color information

#52B7F7 (or 0x52B7F7) is unknown color: approx Malibu. HEX triplet: 52, B7 and F7. RGB value is (82,183,247). Sum of RGB (Red+Green+Blue) = 82+183+247=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #52B7F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B7F7 is #AD4808. Grayscale: #9F9F9F. Windows color (decimal): -11356169 or 16234322. OLE color: 16234322.

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

Color convert

RGB82183247-
CMYK0.670.2600.03
HSL203.27º91.16%64.51%-
HSV(B)203.27º66.8%96.86%-
XYZ37.242.3894.21-
YUV160.1177.0472.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.02%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=16.02%
G=35.74%
B=48.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal821832470.670.2600.03203.2791.1664.51
Hex52B7F7431A03cb5b41
Octal1222673671033203313133101
Binary101001010110111111101111000011110100111100101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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