#53B0EC

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

Shades of Malibu #53B0EC

Tints of Malibu #53B0EC

Color information

#53B0EC (or 0x53B0EC) is unknown color: approx Malibu. HEX triplet: 53, B0 and EC. RGB value is (83,176,236). Sum of RGB (Red+Green+Blue) = 83+176+236=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #53B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0EC is #AC4F13. Grayscale: #9A9A9A. Windows color (decimal): -11292436 or 15511635. OLE color: 15511635.

HSL color Cylindrical-coordinate representation of color #53B0EC: hue angle of 203.53º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B0EC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83176236-
CMYK0.650.2500.07
HSL203.53º80.1%62.55%-
HSV(B)203.53º64.83%92.55%-
XYZ34.2338.9585.07-
YUV155.03173.6976.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.77%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 236 (92.58% from 255) = 47.68%
R=16.77%
G=35.56%
B=47.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal831762360.650.2500.07203.5380.162.55
Hex53B0EC411907cc503f
Octal123260354101310731412077
Binary101001110110000111011001000001110010111110011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,236); }

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

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

 a { background-color: rgb(83,176,236); }

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

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

 span { border-color: rgb(83,176,236); }

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