#53BCF9

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

Shades of Malibu #53BCF9

Tints of Malibu #53BCF9

Color information

#53BCF9 (or 0x53BCF9) is unknown color: approx Malibu. HEX triplet: 53, BC and F9. RGB value is (83,188,249). Sum of RGB (Red+Green+Blue) = 83+188+249=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #53BCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCF9 is #AC4306. Grayscale: #A3A3A3. Windows color (decimal): -11289351 or 16366675. OLE color: 16366675.

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

Color convert

RGB83188249-
CMYK0.670.2400.02
HSL202.05º93.26%65.1%-
HSV(B)202.05º66.67%97.65%-
XYZ38.6544.6496.2-
YUV163.56176.2170.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.96%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=15.96%
G=36.15%
B=47.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831882490.670.2400.02202.0593.2665.1
Hex53BCF9431802ca5d41
Octal1232743711033002312135101
Binary101001110111100111110011000011110000101100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,249); }

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

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

 a { background-color: rgb(83,188,249); }

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

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

 span { border-color: rgb(83,188,249); }

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