#52B3F7

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

Shades of Malibu #52B3F7

Tints of Malibu #52B3F7

Color information

#52B3F7 (or 0x52B3F7) is unknown color: approx Malibu. HEX triplet: 52, B3 and F7. RGB value is (82,179,247). Sum of RGB (Red+Green+Blue) = 82+179+247=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #52B3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B3F7 is #AD4C08. Grayscale: #9D9D9D. Windows color (decimal): -11357193 or 16233298. OLE color: 16233298.

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

Color convert

RGB82179247-
CMYK0.670.2800.03
HSL204.73º91.16%64.51%-
HSV(B)204.73º66.8%96.86%-
XYZ36.3940.7593.94-
YUV157.75178.3673.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.14%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 247 (96.88% from 255) = 48.62%
R=16.14%
G=35.24%
B=48.62%

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
Decimal821792470.670.2800.03204.7391.1664.51
Hex52B3F7431C03cd5b41
Octal1222633671033403315133101
Binary101001010110011111101111000011111000111100110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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