#53BBF1

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

Shades of Malibu #53BBF1

Tints of Malibu #53BBF1

Color information

#53BBF1 (or 0x53BBF1) is unknown color: approx Malibu. HEX triplet: 53, BB and F1. RGB value is (83,187,241). Sum of RGB (Red+Green+Blue) = 83+187+241=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #53BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBF1 is #AC440E. Grayscale: #A1A1A1. Windows color (decimal): -11289615 or 15842131. OLE color: 15842131.

HSL color Cylindrical-coordinate representation of color #53BBF1: hue angle of 200.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BBF1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83187241-
CMYK0.660.2200.05
HSL200.51º84.95%63.53%-
HSV(B)200.51º65.56%94.51%-
XYZ37.2143.7389.7-
YUV162.06172.5471.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.24%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=16.24%
G=36.59%
B=47.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831872410.660.2200.05200.5184.9563.53
Hex53BBF1421605c95540
Octal1232733611022605311125100
Binary1010011101110111111000110000101011001011100100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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