#52BBE6

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

Shades of Malibu #52BBE6

Tints of Malibu #52BBE6

Color information

#52BBE6 (or 0x52BBE6) is unknown color: approx Malibu. HEX triplet: 52, BB and E6. RGB value is (82,187,230). Sum of RGB (Red+Green+Blue) = 82+187+230=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #52BBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBE6 is #AD4419. Grayscale: #A0A0A0. Windows color (decimal): -11355162 or 15121234. OLE color: 15121234.

HSL color Cylindrical-coordinate representation of color #52BBE6: hue angle of 197.43º 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 #52BBE6 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82187230-
CMYK0.640.1900.10
HSL197.43º74.75%61.18%-
HSV(B)197.43º64.35%90.2%-
XYZ35.5343.0581.3-
YUV160.51167.2172-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.43%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 230 (90.23% from 255) = 46.09%
R=16.43%
G=37.47%
B=46.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821872300.640.1900.10197.4374.7561.18
Hex52BBE640130Ac54b3d
Octal1222733461002301230511375
Binary1010010101110111110011010000001001101010110001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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