#53BAFA

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

Shades of Malibu #53BAFA

Tints of Malibu #53BAFA

Color information

#53BAFA (or 0x53BAFA) is unknown color: approx Malibu. HEX triplet: 53, BA and FA. RGB value is (83,186,250). Sum of RGB (Red+Green+Blue) = 83+186+250=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #53BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAFA is #AC4505. Grayscale: #A2A2A2. Windows color (decimal): -11289862 or 16431699. OLE color: 16431699.

HSL color Cylindrical-coordinate representation of color #53BAFA: hue angle of 202.99º 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 #53BAFA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83186250-
CMYK0.670.2600.02
HSL202.99º94.35%65.29%-
HSV(B)202.99º66.8%98.04%-
XYZ38.3843.8696.89-
YUV162.5177.3871.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=15.99%
G=35.84%
B=48.17%

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
Decimal831862500.670.2600.02202.9994.3565.29
Hex53BAFA431A02cb5e41
Octal1232723721033202313136101
Binary101001110111010111110101000011110100101100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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