#53BBF3

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

Shades of Malibu #53BBF3

Tints of Malibu #53BBF3

Color information

#53BBF3 (or 0x53BBF3) is unknown color: approx Malibu. HEX triplet: 53, BB and F3. RGB value is (83,187,243). Sum of RGB (Red+Green+Blue) = 83+187+243=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #53BBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBF3 is #AC440C. Grayscale: #A1A1A1. Windows color (decimal): -11289613 or 15973203. OLE color: 15973203.

HSL color Cylindrical-coordinate representation of color #53BBF3: hue angle of 201º degrees, saturation: 0.87, 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 #53BBF3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83187243-
CMYK0.660.2300.05
HSL201º86.96%63.92%-
HSV(B)201º65.84%95.29%-
XYZ37.5243.8591.28-
YUV162.29173.5471.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.18%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 243 (95.31% from 255) = 47.37%
R=16.18%
G=36.45%
B=47.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831872430.660.2300.0520186.9663.92
Hex53BBF3421705c95740
Octal1232733631022705311127100
Binary1010011101110111111001110000101011101011100100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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