#52C4E6

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

Shades of Malibu #52C4E6

Tints of Malibu #52C4E6

Color information

#52C4E6 (or 0x52C4E6) is unknown color: approx Malibu. HEX triplet: 52, C4 and E6. RGB value is (82,196,230). Sum of RGB (Red+Green+Blue) = 82+196+230=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #52C4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4E6 is #AD3B19. Grayscale: #A5A5A5. Windows color (decimal): -11352858 or 15123538. OLE color: 15123538.

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

Color convert

RGB82196230-
CMYK0.640.1500.10
HSL193.78º74.75%61.18%-
HSV(B)193.78º64.35%90.2%-
XYZ37.546.9981.96-
YUV165.79164.2368.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.14%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=16.14%
G=38.58%
B=45.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821962300.640.1500.10193.7874.7561.18
Hex52C4E640F0Ac24b3d
Octal1223043461001701230211375
Binary101001011000100111001101000000111101010110000101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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