#52C2E3

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

Shades of Malibu #52C2E3

Tints of Malibu #52C2E3

Color information

#52C2E3 (or 0x52C2E3) is unknown color: approx Malibu. HEX triplet: 52, C2 and E3. RGB value is (82,194,227). Sum of RGB (Red+Green+Blue) = 82+194+227=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #52C2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2E3 is #AD3D1C. Grayscale: #A4A4A4. Windows color (decimal): -11353373 or 14926418. OLE color: 14926418.

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

Color convert

RGB82194227-
CMYK0.640.1500.11
HSL193.66º72.14%60.59%-
HSV(B)193.66º63.88%89.02%-
XYZ36.6445.9279.61-
YUV164.27163.3969.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.30%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=16.30%
G=38.57%
B=45.13%

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
Decimal821942270.640.1500.11193.6672.1460.59
Hex52C2E340F0Bc2483d
Octal1223023431001701330211075
Binary101001011000010111000111000000111101011110000101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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