#5BACEF

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

Shades of Malibu #5BACEF

Tints of Malibu #5BACEF

Color information

#5BACEF (or 0x5BACEF) is unknown color: approx Malibu. HEX triplet: 5B, AC and EF. RGB value is (91,172,239). Sum of RGB (Red+Green+Blue) = 91+172+239=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACEF is #A45310. Grayscale: #9B9B9B. Windows color (decimal): -10769169 or 15707227. OLE color: 15707227.

HSL color Cylindrical-coordinate representation of color #5BACEF: hue angle of 207.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BACEF is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91172239-
CMYK0.620.2800.06
HSL207.16º82.22%64.71%-
HSV(B)207.16º61.92%93.73%-
XYZ34.6537.9687.16-
YUV155.42175.1682.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=18.13%
G=34.26%
B=47.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911722390.620.2800.06207.1682.2264.71
Hex5BACEF3E1C06cf5241
Octal133254357763406317122101
Binary101101110101100111011111111101110001101100111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BACEF; }

 p { color: rgb(91,172,239); }

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

<style>
 a { background-color: #5BACEF; }

 a { background-color: rgb(91,172,239); }

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

<style>
 span { border-color: #5BACEF; }

 span { border-color: rgb(91,172,239); }

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