#52B6F9

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

Shades of Malibu #52B6F9

Tints of Malibu #52B6F9

Color information

#52B6F9 (or 0x52B6F9) is unknown color: approx Malibu. HEX triplet: 52, B6 and F9. RGB value is (82,182,249). Sum of RGB (Red+Green+Blue) = 82+182+249=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #52B6F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B6F9 is #AD4906. Grayscale: #9F9F9F. Windows color (decimal): -11356423 or 16365138. OLE color: 16365138.

HSL color Cylindrical-coordinate representation of color #52B6F9: hue angle of 204.07º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52B6F9 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82182249-
CMYK0.670.2700.02
HSL204.07º93.3%64.9%-
HSV(B)204.07º67.07%97.65%-
XYZ37.3142.0995.78-
YUV159.74178.3772.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.98%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=15.98%
G=35.48%
B=48.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821822490.670.2700.02204.0793.364.9
Hex52B6F9431B02cc5d41
Octal1222663711033302314135101
Binary101001010110110111110011000011110110101100110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,249); }

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

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

 a { background-color: rgb(82,182,249); }

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

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

 span { border-color: rgb(82,182,249); }

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