#53B3DE

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

Shades of Malibu #53B3DE

Tints of Malibu #53B3DE

Color information

#53B3DE (or 0x53B3DE) is unknown color: approx Malibu. HEX triplet: 53, B3 and DE. RGB value is (83,179,222). Sum of RGB (Red+Green+Blue) = 83+179+222=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #53B3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3DE is #AC4C21. Grayscale: #9A9A9A. Windows color (decimal): -11291682 or 14594899. OLE color: 14594899.

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

Color convert

RGB83179222-
CMYK0.630.1900.13
HSL198.56º67.8%59.8%-
HSV(B)198.56º62.61%87.06%-
XYZ32.8739.3574.97-
YUV155.2165.776.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.15%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=17.15%
G=36.98%
B=45.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831792220.630.1900.13198.5667.859.8
Hex53B3DE3F130Dc7443c
Octal123263336772301530710474
Binary101001110110011110111101111111001101101110001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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