#52bce1

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

Shades of Malibu #52BCE1

Tints of Malibu #52BCE1

Color information

#52BCE1 (or 0x52BCE1) is unknown color: approx Malibu. HEX triplet: 52, BC and E1. RGB value is (82,188,225). Sum of RGB (Red+Green+Blue) = 82+188+225=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #52BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCE1 is #AD431E. Grayscale: #A0A0A0. Windows color (decimal): -11354911 or 14793810. OLE color: 14793810.

HSL color Cylindrical-coordinate representation of color #52BCE1: hue angle of 195.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52BCE1 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82188225-
CMYK0.640.1600.12
HSL195.52º70.44%60.2%-
HSV(B)195.52º63.56%88.24%-
XYZ35.0543.277.72-
YUV160.52164.3871.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.57%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=16.57%
G=37.98%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821882250.640.1600.12195.5270.4460.2
Hex52BCE140100Cc4463c
Octal1222743411002001430410674
Binary1010010101111001110000110000001000001100110001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52bce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,188,225); }

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

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

 a { background-color: rgb(82,188,225); }

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

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

 span { border-color: rgb(82,188,225); }

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