#52B7E6

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

Shades of Malibu #52B7E6

Tints of Malibu #52B7E6

Color information

#52B7E6 (or 0x52B7E6) is unknown color: approx Malibu. HEX triplet: 52, B7 and E6. RGB value is (82,183,230). Sum of RGB (Red+Green+Blue) = 82+183+230=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #52B7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B7E6 is #AD4819. Grayscale: #9D9D9D. Windows color (decimal): -11356186 or 15120210. OLE color: 15120210.

HSL color Cylindrical-coordinate representation of color #52B7E6: hue angle of 199.05º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52B7E6 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82183230-
CMYK0.640.2000.10
HSL199.05º74.75%61.18%-
HSV(B)199.05º64.35%90.2%-
XYZ34.741.3781.02-
YUV158.16168.5473.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.57%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=16.57%
G=36.97%
B=46.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821832300.640.2000.10199.0574.7561.18
Hex52B7E640140Ac74b3d
Octal1222673461002401230711375
Binary1010010101101111110011010000001010001010110001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,230); }

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

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

 a { background-color: rgb(82,183,230); }

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

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

 span { border-color: rgb(82,183,230); }

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