#52C1E3

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

Shades of Malibu #52C1E3

Tints of Malibu #52C1E3

Color information

#52C1E3 (or 0x52C1E3) is unknown color: approx Malibu. HEX triplet: 52, C1 and E3. RGB value is (82,193,227). Sum of RGB (Red+Green+Blue) = 82+193+227=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #52C1E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1E3 is #AD3E1C. Grayscale: #A3A3A3. Windows color (decimal): -11353629 or 14926162. OLE color: 14926162.

HSL color Cylindrical-coordinate representation of color #52C1E3: hue angle of 194.07º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C1E3 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82193227-
CMYK0.640.1500.11
HSL194.07º72.14%60.59%-
HSV(B)194.07º63.88%89.02%-
XYZ36.4145.4879.53-
YUV163.69163.7369.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.33%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 227 (89.06% from 255) = 45.22%
R=16.33%
G=38.45%
B=45.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821932270.640.1500.11194.0772.1460.59
Hex52C1E340F0Bc2483d
Octal1223013431001701330211075
Binary101001011000001111000111000000111101011110000101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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