#53B0F0

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

Shades of Malibu #53B0F0

Tints of Malibu #53B0F0

Color information

#53B0F0 (or 0x53B0F0) is unknown color: approx Malibu. HEX triplet: 53, B0 and F0. RGB value is (83,176,240). Sum of RGB (Red+Green+Blue) = 83+176+240=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #53B0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0F0 is #AC4F0F. Grayscale: #9B9B9B. Windows color (decimal): -11292432 or 15773779. OLE color: 15773779.

HSL color Cylindrical-coordinate representation of color #53B0F0: hue angle of 204.46º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B0F0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83176240-
CMYK0.650.2700.06
HSL204.46º83.96%63.33%-
HSV(B)204.46º65.42%94.12%-
XYZ34.8239.1888.17-
YUV155.49175.6976.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=16.63%
G=35.27%
B=48.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831762400.650.2700.06204.4683.9663.33
Hex53B0F0411B06cc543f
Octal123260360101330631412477
Binary101001110110000111100001000001110110110110011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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