#5BB1ED

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

Shades of Malibu #5BB1ED

Tints of Malibu #5BB1ED

Color information

#5BB1ED (or 0x5BB1ED) is unknown color: approx Malibu. HEX triplet: 5B, B1 and ED. RGB value is (91,177,237). Sum of RGB (Red+Green+Blue) = 91+177+237=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BB1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BB1ED is #A44E12. Grayscale: #9D9D9D. Windows color (decimal): -10767891 or 15577435. OLE color: 15577435.

HSL color Cylindrical-coordinate representation of color #5BB1ED: hue angle of 204.66º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BB1ED is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91177237-
CMYK0.620.2500.07
HSL204.66º80.22%64.31%-
HSV(B)204.66º61.6%92.94%-
XYZ35.3239.7885.94-
YUV158.13172.5180.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=18.02%
G=35.05%
B=46.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911772370.620.2500.07204.6680.2264.31
Hex5BB1ED3E1907cd5040
Octal133261355763107315120100
Binary101101110110001111011011111101100101111100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,237); }

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

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

 a { background-color: rgb(91,177,237); }

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

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

 span { border-color: rgb(91,177,237); }

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