#53BBF9

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

Shades of Malibu #53BBF9

Tints of Malibu #53BBF9

Color information

#53BBF9 (or 0x53BBF9) is unknown color: approx Malibu. HEX triplet: 53, BB and F9. RGB value is (83,187,249). Sum of RGB (Red+Green+Blue) = 83+187+249=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #53BBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBF9 is #AC4406. Grayscale: #A2A2A2. Windows color (decimal): -11289607 or 16366419. OLE color: 16366419.

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

Color convert

RGB83187249-
CMYK0.670.2500.02
HSL202.41º93.26%65.1%-
HSV(B)202.41º66.67%97.65%-
XYZ38.4444.2296.13-
YUV162.97176.5470.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=15.99%
G=36.03%
B=47.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831872490.670.2500.02202.4193.2665.1
Hex53BBF9431902ca5d41
Octal1232733711033102312135101
Binary101001110111011111110011000011110010101100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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