#53b0e8

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

Shades of Malibu #53B0E8

Tints of Malibu #53B0E8

Color information

#53B0E8 (or 0x53B0E8) is unknown color: approx Malibu. HEX triplet: 53, B0 and E8. RGB value is (83,176,232). Sum of RGB (Red+Green+Blue) = 83+176+232=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #53B0E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0E8 is #AC4F17. Grayscale: #9A9A9A. Windows color (decimal): -11292440 or 15249491. OLE color: 15249491.

HSL color Cylindrical-coordinate representation of color #53B0E8: hue angle of 202.55º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B0E8 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83176232-
CMYK0.640.2400.09
HSL202.55º76.41%61.76%-
HSV(B)202.55º64.22%90.98%-
XYZ33.6638.7282.04-
YUV154.58171.6976.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.90%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=16.90%
G=35.85%
B=47.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal831762320.640.2400.09202.5576.4161.76
Hex53B0E8401809cb4c3e
Octal1232603501003001131311476
Binary1010011101100001110100010000001100001001110010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b0e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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