#53B9FA

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

Shades of Malibu #53B9FA

Tints of Malibu #53B9FA

Color information

#53B9FA (or 0x53B9FA) is unknown color: approx Malibu. HEX triplet: 53, B9 and FA. RGB value is (83,185,250). Sum of RGB (Red+Green+Blue) = 83+185+250=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #53B9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B9FA is #AC4605. Grayscale: #A1A1A1. Windows color (decimal): -11290118 or 16431443. OLE color: 16431443.

HSL color Cylindrical-coordinate representation of color #53B9FA: hue angle of 203.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53B9FA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83185250-
CMYK0.670.2600.02
HSL203.35º94.35%65.29%-
HSV(B)203.35º66.8%98.04%-
XYZ38.1743.4496.82-
YUV161.91177.7171.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.02%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=16.02%
G=35.71%
B=48.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831852500.670.2600.02203.3594.3565.29
Hex53B9FA431A02cb5e41
Octal1232713721033202313136101
Binary101001110111001111110101000011110100101100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,185,250); }

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

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

 a { background-color: rgb(83,185,250); }

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

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

 span { border-color: rgb(83,185,250); }

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