#53C5EF

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

Shades of Malibu #53C5EF

Tints of Malibu #53C5EF

Color information

#53C5EF (or 0x53C5EF) is unknown color: approx Malibu. HEX triplet: 53, C5 and EF. RGB value is (83,197,239). Sum of RGB (Red+Green+Blue) = 83+197+239=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #53C5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C5EF is #AC3A10. Grayscale: #A7A7A7. Windows color (decimal): -11287057 or 15713619. OLE color: 15713619.

HSL color Cylindrical-coordinate representation of color #53C5EF: hue angle of 196.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53C5EF is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83197239-
CMYK0.650.1800.06
HSL196.15º82.98%63.14%-
HSV(B)196.15º65.27%93.73%-
XYZ39.114888.87-
YUV167.7168.2367.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=15.99%
G=37.96%
B=46.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831972390.650.1800.06196.1582.9863.14
Hex53C5EF411206c4533f
Octal123305357101220630412377
Binary101001111000101111011111000001100100110110001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,197,239); }

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

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

 a { background-color: rgb(83,197,239); }

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

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

 span { border-color: rgb(83,197,239); }

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