#53C4DF

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

Shades of Malibu #53C4DF

Tints of Malibu #53C4DF

Color information

#53C4DF (or 0x53C4DF) is unknown color: approx Malibu. HEX triplet: 53, C4 and DF. RGB value is (83,196,223). Sum of RGB (Red+Green+Blue) = 83+196+223=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #53C4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4DF is #AC3B20. Grayscale: #A5A5A5. Windows color (decimal): -11287329 or 14664787. OLE color: 14664787.

HSL color Cylindrical-coordinate representation of color #53C4DF: hue angle of 191.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53C4DF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83196223-
CMYK0.630.1200.13
HSL191.57º68.63%60%-
HSV(B)191.57º62.78%87.45%-
XYZ36.6346.6576.89-
YUV165.29160.5669.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.53%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=16.53%
G=39.04%
B=44.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831962230.630.1200.13191.5768.6360
Hex53C4DF3FC0Dc0453c
Octal123304337771401530010574
Binary10100111100010011011111111111110001101110000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C4DF; }

 p { color: rgb(83,196,223); }

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

<style>
 a { background-color: #53C4DF; }

 a { background-color: rgb(83,196,223); }

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

<style>
 span { border-color: #53C4DF; }

 span { border-color: rgb(83,196,223); }

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