#53B8FA

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

Shades of Malibu #53B8FA

Tints of Malibu #53B8FA

Color information

#53B8FA (or 0x53B8FA) is unknown color: approx Malibu. HEX triplet: 53, B8 and FA. RGB value is (83,184,250). Sum of RGB (Red+Green+Blue) = 83+184+250=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #53B8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B8FA is #AC4705. Grayscale: #A0A0A0. Windows color (decimal): -11290374 or 16431187. OLE color: 16431187.

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

Color convert

RGB83184250-
CMYK0.670.2600.02
HSL203.71º94.35%65.29%-
HSV(B)203.71º66.8%98.04%-
XYZ37.9643.0296.75-
YUV161.32178.0472.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.05%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=16.05%
G=35.59%
B=48.36%

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
Decimal831842500.670.2600.02203.7194.3565.29
Hex53B8FA431A02cc5e41
Octal1232703721033202314136101
Binary101001110111000111110101000011110100101100110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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