#52C8F7

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

Shades of Malibu #52C8F7

Tints of Malibu #52C8F7

Color information

#52C8F7 (or 0x52C8F7) is unknown color: approx Malibu. HEX triplet: 52, C8 and F7. RGB value is (82,200,247). Sum of RGB (Red+Green+Blue) = 82+200+247=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #52C8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8F7 is #AD3708. Grayscale: #A9A9A9. Windows color (decimal): -11351817 or 16238674. OLE color: 16238674.

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

Color convert

RGB82200247-
CMYK0.670.1900.03
HSL197.09º91.16%64.51%-
HSV(B)197.09º66.8%96.86%-
XYZ40.9249.8295.45-
YUV170.08171.4165.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=15.50%
G=37.81%
B=46.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822002470.670.1900.03197.0991.1664.51
Hex52C8F7431303c55b41
Octal1223103671032303305133101
Binary101001011001000111101111000011100110111100010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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