#53B7E7

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

Shades of Malibu #53B7E7

Tints of Malibu #53B7E7

Color information

#53B7E7 (or 0x53B7E7) is unknown color: approx Malibu. HEX triplet: 53, B7 and E7. RGB value is (83,183,231). Sum of RGB (Red+Green+Blue) = 83+183+231=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #53B7E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B7E7 is #AC4818. Grayscale: #9E9E9E. Windows color (decimal): -11290649 or 15185747. OLE color: 15185747.

HSL color Cylindrical-coordinate representation of color #53B7E7: hue angle of 199.46º 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 #53B7E7 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83183231-
CMYK0.640.2100.09
HSL199.46º75.51%61.57%-
HSV(B)199.46º64.07%90.59%-
XYZ34.9241.4881.77-
YUV158.57168.8774.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.70%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=16.70%
G=36.82%
B=46.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal831832310.640.2100.09199.4675.5161.57
Hex53B7E7401509c74c3e
Octal1232673471002501130711476
Binary1010011101101111110011110000001010101001110001111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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