#52C4DD

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

Shades of Malibu #52C4DD

Tints of Malibu #52C4DD

Color information

#52C4DD (or 0x52C4DD) is unknown color: approx Malibu. HEX triplet: 52, C4 and DD. RGB value is (82,196,221). Sum of RGB (Red+Green+Blue) = 82+196+221=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #52C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4DD is #AD3B22. Grayscale: #A4A4A4. Windows color (decimal): -11352867 or 14533714. OLE color: 14533714.

HSL color Cylindrical-coordinate representation of color #52C4DD: hue angle of 190.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C4DD is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82196221-
CMYK0.630.1100.13
HSL190.79º67.15%59.41%-
HSV(B)190.79º62.9%86.67%-
XYZ36.2746.4975.47-
YUV164.76159.7368.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.43%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=16.43%
G=39.28%
B=44.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821962210.630.1100.13190.7967.1559.41
Hex52C4DD3FB0Dbf433b
Octal122304335771301527710373
Binary10100101100010011011101111111101101101101111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,221); }

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

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

 a { background-color: rgb(82,196,221); }

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

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

 span { border-color: rgb(82,196,221); }

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