#52C7EA

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

Shades of Malibu #52C7EA

Tints of Malibu #52C7EA

Color information

#52C7EA (or 0x52C7EA) is unknown color: approx Malibu. HEX triplet: 52, C7 and EA. RGB value is (82,199,234). Sum of RGB (Red+Green+Blue) = 82+199+234=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #52C7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C7EA is #AD3815. Grayscale: #A7A7A7. Windows color (decimal): -11352086 or 15386450. OLE color: 15386450.

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

Color convert

RGB82199234-
CMYK0.650.1500.08
HSL193.82º78.35%61.96%-
HSV(B)193.82º64.96%91.76%-
XYZ38.7548.5885.18-
YUV168.01165.2466.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.92%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=15.92%
G=38.64%
B=45.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821992340.650.1500.08193.8278.3561.96
Hex52C7EA41F08c24e3e
Octal1223073521011701030211676
Binary101001011000111111010101000001111101000110000101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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