#52B9F3

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

Shades of Malibu #52B9F3

Tints of Malibu #52B9F3

Color information

#52B9F3 (or 0x52B9F3) is unknown color: approx Malibu. HEX triplet: 52, B9 and F3. RGB value is (82,185,243). Sum of RGB (Red+Green+Blue) = 82+185+243=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #52B9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B9F3 is #AD460C. Grayscale: #A0A0A0. Windows color (decimal): -11355661 or 15972690. OLE color: 15972690.

HSL color Cylindrical-coordinate representation of color #52B9F3: hue angle of 201.61º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B9F3 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82185243-
CMYK0.660.2400.05
HSL201.61º87.03%63.73%-
HSV(B)201.61º66.26%95.29%-
XYZ37.0142.9691.14-
YUV160.82174.3871.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.08%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 243 (95.31% from 255) = 47.65%
R=16.08%
G=36.27%
B=47.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal821852430.660.2400.05201.6187.0363.73
Hex52B9F3421805ca5740
Octal1222713631023005312127100
Binary1010010101110011111001110000101100001011100101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,243); }

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

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

 a { background-color: rgb(82,185,243); }

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

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

 span { border-color: rgb(82,185,243); }

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