#5BB3EF

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

Shades of Malibu #5BB3EF

Tints of Malibu #5BB3EF

Color information

#5BB3EF (or 0x5BB3EF) is unknown color: approx Malibu. HEX triplet: 5B, B3 and EF. RGB value is (91,179,239). Sum of RGB (Red+Green+Blue) = 91+179+239=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BB3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB3EF is #A44C10. Grayscale: #9F9F9F. Windows color (decimal): -10767377 or 15709019. OLE color: 15709019.

HSL color Cylindrical-coordinate representation of color #5BB3EF: hue angle of 204.32º 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 #5BB3EF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91179239-
CMYK0.620.2500.06
HSL204.32º82.22%64.71%-
HSV(B)204.32º61.92%93.73%-
XYZ36.0140.787.62-
YUV159.53172.8579.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.88%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=17.88%
G=35.17%
B=46.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911792390.620.2500.06204.3282.2264.71
Hex5BB3EF3E1906cc5241
Octal133263357763106314122101
Binary101101110110011111011111111101100101101100110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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