#53AFDE

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

Shades of Malibu #53AFDE

Tints of Malibu #53AFDE

Color information

#53AFDE (or 0x53AFDE) is unknown color: approx Malibu. HEX triplet: 53, AF and DE. RGB value is (83,175,222). Sum of RGB (Red+Green+Blue) = 83+175+222=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #53AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFDE is #AC5021. Grayscale: #989898. Windows color (decimal): -11292706 or 14593875. OLE color: 14593875.

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

Color convert

RGB83175222-
CMYK0.630.2100.13
HSL200.29º67.8%59.8%-
HSV(B)200.29º62.61%87.06%-
XYZ32.0837.7774.71-
YUV152.85167.0278.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=17.29%
G=36.46%
B=46.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831752220.630.2100.13200.2967.859.8
Hex53AFDE3F150Dc8443c
Octal123257336772501531010474
Binary101001110101111110111101111111010101101110010001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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