#53BEE1

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

Shades of Malibu #53BEE1

Tints of Malibu #53BEE1

Color information

#53BEE1 (or 0x53BEE1) is unknown color: approx Malibu. HEX triplet: 53, BE and E1. RGB value is (83,190,225). Sum of RGB (Red+Green+Blue) = 83+190+225=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #53BEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEE1 is #AC411E. Grayscale: #A1A1A1. Windows color (decimal): -11288863 or 14794323. OLE color: 14794323.

HSL color Cylindrical-coordinate representation of color #53BEE1: hue angle of 194.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BEE1 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83190225-
CMYK0.630.1600.12
HSL194.79º70.3%60.39%-
HSV(B)194.79º63.11%88.24%-
XYZ35.5744.177.87-
YUV162163.5571.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.67%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=16.67%
G=38.15%
B=45.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831902250.630.1600.12194.7970.360.39
Hex53BEE13F100Cc3463c
Octal123276341772001430310674
Binary101001110111110111000011111111000001100110000111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,225); }

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

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

 a { background-color: rgb(83,190,225); }

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

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

 span { border-color: rgb(83,190,225); }

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