#52C1EA

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

Shades of Malibu #52C1EA

Tints of Malibu #52C1EA

Color information

#52C1EA (or 0x52C1EA) is unknown color: approx Malibu. HEX triplet: 52, C1 and EA. RGB value is (82,193,234). Sum of RGB (Red+Green+Blue) = 82+193+234=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #52C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1EA is #AD3E15. Grayscale: #A4A4A4. Windows color (decimal): -11353622 or 15384914. OLE color: 15384914.

HSL color Cylindrical-coordinate representation of color #52C1EA: hue angle of 196.18º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C1EA is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82193234-
CMYK0.650.1800.08
HSL196.18º78.35%61.96%-
HSV(B)196.18º64.96%91.76%-
XYZ37.445.8784.73-
YUV164.48167.2369.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.11%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=16.11%
G=37.92%
B=45.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821932340.650.1800.08196.1878.3561.96
Hex52C1EA411208c44e3e
Octal1223013521012201030411676
Binary1010010110000011110101010000011001001000110001001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,234); }

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

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

 a { background-color: rgb(82,193,234); }

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

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

 span { border-color: rgb(82,193,234); }

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