#53C0DE

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

Shades of Malibu #53C0DE

Tints of Malibu #53C0DE

Color information

#53C0DE (or 0x53C0DE) is unknown color: approx Malibu. HEX triplet: 53, C0 and DE. RGB value is (83,192,222). Sum of RGB (Red+Green+Blue) = 83+192+222=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #53C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0DE is #AC3F21. Grayscale: #A2A2A2. Windows color (decimal): -11288354 or 14598227. OLE color: 14598227.

HSL color Cylindrical-coordinate representation of color #53C0DE: hue angle of 192.95º degrees, saturation: 0.68, 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 #53C0DE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83192222-
CMYK0.630.1400.13
HSL192.95º67.8%59.8%-
HSV(B)192.95º62.61%87.06%-
XYZ35.644.8175.88-
YUV162.83161.3971.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.70%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=16.70%
G=38.63%
B=44.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831922220.630.1400.13192.9567.859.8
Hex53C0DE3FE0Dc1443c
Octal123300336771601530110474
Binary10100111100000011011110111111111001101110000011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,222); }

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

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

 a { background-color: rgb(83,192,222); }

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

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

 span { border-color: rgb(83,192,222); }

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