#53B9EF

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

Shades of Malibu #53B9EF

Tints of Malibu #53B9EF

Color information

#53B9EF (or 0x53B9EF) is unknown color: approx Malibu. HEX triplet: 53, B9 and EF. RGB value is (83,185,239). Sum of RGB (Red+Green+Blue) = 83+185+239=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #53B9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B9EF is #AC4610. Grayscale: #A0A0A0. Windows color (decimal): -11290129 or 15710547. OLE color: 15710547.

HSL color Cylindrical-coordinate representation of color #53B9EF: hue angle of 200.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B9EF is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83185239-
CMYK0.650.2300.06
HSL200.77º82.98%63.14%-
HSV(B)200.77º65.27%93.73%-
XYZ36.542.7787.99-
YUV160.66172.2172.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=16.37%
G=36.49%
B=47.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831852390.650.2300.06200.7782.9863.14
Hex53B9EF411706c9533f
Octal123271357101270631112377
Binary101001110111001111011111000001101110110110010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,185,239); }

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

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

 a { background-color: rgb(83,185,239); }

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

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

 span { border-color: rgb(83,185,239); }

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