#53B1E7

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

Shades of Malibu #53B1E7

Tints of Malibu #53B1E7

Color information

#53B1E7 (or 0x53B1E7) is unknown color: approx Malibu. HEX triplet: 53, B1 and E7. RGB value is (83,177,231). Sum of RGB (Red+Green+Blue) = 83+177+231=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #53B1E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B1E7 is #AC4E18. Grayscale: #9A9A9A. Windows color (decimal): -11292185 or 15184211. OLE color: 15184211.

HSL color Cylindrical-coordinate representation of color #53B1E7: hue angle of 201.89º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B1E7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83177231-
CMYK0.640.2300.09
HSL201.89º75.51%61.57%-
HSV(B)201.89º64.07%90.59%-
XYZ33.7139.0581.36-
YUV155.05170.8676.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.90%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 231 (90.62% from 255) = 47.05%
R=16.90%
G=36.05%
B=47.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal831772310.640.2300.09201.8975.5161.57
Hex53B1E7401709ca4c3e
Octal1232613471002701131211476
Binary1010011101100011110011110000001011101001110010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,177,231); }

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

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

 a { background-color: rgb(83,177,231); }

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

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

 span { border-color: rgb(83,177,231); }

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