#53BBE5

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

Shades of Malibu #53BBE5

Tints of Malibu #53BBE5

Color information

#53BBE5 (or 0x53BBE5) is unknown color: approx Malibu. HEX triplet: 53, BB and E5. RGB value is (83,187,229). Sum of RGB (Red+Green+Blue) = 83+187+229=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #53BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBE5 is #AC441A. Grayscale: #A0A0A0. Windows color (decimal): -11289627 or 15055699. OLE color: 15055699.

HSL color Cylindrical-coordinate representation of color #53BBE5: hue angle of 197.26º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53BBE5 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83187229-
CMYK0.640.1800.10
HSL197.26º73.74%61.18%-
HSV(B)197.26º63.76%89.8%-
XYZ35.4843.0480.57-
YUV160.69166.5472.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=16.63%
G=37.47%
B=45.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal831872290.640.1800.10197.2673.7461.18
Hex53BBE540120Ac54a3d
Octal1232733451002201230511275
Binary1010011101110111110010110000001001001010110001011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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