#5BAFDC

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

Shades of Malibu #5BAFDC

Tints of Malibu #5BAFDC

Color information

#5BAFDC (or 0x5BAFDC) is unknown color: approx Malibu. HEX triplet: 5B, AF and DC. RGB value is (91,175,220). Sum of RGB (Red+Green+Blue) = 91+175+220=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFDC is #A45023. Grayscale: #9A9A9A. Windows color (decimal): -10768420 or 14462811. OLE color: 14462811.

HSL color Cylindrical-coordinate representation of color #5BAFDC: hue angle of 200.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAFDC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91175220-
CMYK0.590.2000.14
HSL200.93º64.82%60.98%-
HSV(B)200.93º58.64%86.27%-
XYZ32.5638.0573.34-
YUV155.01164.6782.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=18.72%
G=36.01%
B=45.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911752200.590.2000.14200.9364.8260.98
Hex5BAFDC3B140Ec9413d
Octal133257334732401631110175
Binary101101110101111110111001110111010001110110010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,220); }

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

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

 a { background-color: rgb(91,175,220); }

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

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

 span { border-color: rgb(91,175,220); }

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