#52B4FA

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

Shades of Malibu #52B4FA

Tints of Malibu #52B4FA

Color information

#52B4FA (or 0x52B4FA) is unknown color: approx Malibu. HEX triplet: 52, B4 and FA. RGB value is (82,180,250). Sum of RGB (Red+Green+Blue) = 82+180+250=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #52B4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B4FA is #AD4B05. Grayscale: #9E9E9E. Windows color (decimal): -11356934 or 16430162. OLE color: 16430162.

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

Color convert

RGB82180250-
CMYK0.670.2800.02
HSL205º94.38%65.1%-
HSV(B)205º67.2%98.04%-
XYZ37.0641.3496.47-
YUV158.68179.5373.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.02%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=16.02%
G=35.16%
B=48.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821802500.670.2800.0220594.3865.1
Hex52B4FA431C02cd5e41
Octal1222643721033402315136101
Binary101001010110100111110101000011111000101100110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,250); }

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

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

 a { background-color: rgb(82,180,250); }

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

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

 span { border-color: rgb(82,180,250); }

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