#5BBDE9

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

Shades of Malibu #5BBDE9

Tints of Malibu #5BBDE9

Color information

#5BBDE9 (or 0x5BBDE9) is unknown color: approx Malibu. HEX triplet: 5B, BD and E9. RGB value is (91,189,233). Sum of RGB (Red+Green+Blue) = 91+189+233=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #5BBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDE9 is #A44216. Grayscale: #A4A4A4. Windows color (decimal): -10764823 or 15318363. OLE color: 15318363.

HSL color Cylindrical-coordinate representation of color #5BBDE9: hue angle of 198.59º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBDE9 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB91189233-
CMYK0.610.1900.09
HSL198.59º76.34%63.53%-
HSV(B)198.59º60.94%91.37%-
XYZ37.2244.583.72-
YUV164.71166.5375.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.74%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 233 (91.41% from 255) = 45.42%
R=17.74%
G=36.84%
B=45.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal911892330.610.1900.09198.5976.3463.53
Hex5BBDE93D1309c74c40
Octal1332753517523011307114100
Binary1011011101111011110100111110110011010011100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,189,233); }

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

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

 a { background-color: rgb(91,189,233); }

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

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

 span { border-color: rgb(91,189,233); }

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