#5BB4EF

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

Shades of Malibu #5BB4EF

Tints of Malibu #5BB4EF

Color information

#5BB4EF (or 0x5BB4EF) is unknown color: approx Malibu. HEX triplet: 5B, B4 and EF. RGB value is (91,180,239). Sum of RGB (Red+Green+Blue) = 91+180+239=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BB4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4EF is #A44B10. Grayscale: #9F9F9F. Windows color (decimal): -10767121 or 15709275. OLE color: 15709275.

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

Color convert

RGB91180239-
CMYK0.620.2500.06
HSL203.92º82.22%64.71%-
HSV(B)203.92º61.92%93.73%-
XYZ36.2241.187.69-
YUV160.12172.5178.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.84%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 239 (93.75% from 255) = 46.86%
R=17.84%
G=35.29%
B=46.86%

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
Decimal911802390.620.2500.06203.9282.2264.71
Hex5BB4EF3E1906cc5241
Octal133264357763106314122101
Binary101101110110100111011111111101100101101100110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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