#5BBDDE

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

Shades of Malibu #5BBDDE

Tints of Malibu #5BBDDE

Color information

#5BBDDE (or 0x5BBDDE) is unknown color: approx Malibu. HEX triplet: 5B, BD and DE. RGB value is (91,189,222). Sum of RGB (Red+Green+Blue) = 91+189+222=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDDE is #A44221. Grayscale: #A3A3A3. Windows color (decimal): -10764834 or 14597467. OLE color: 14597467.

HSL color Cylindrical-coordinate representation of color #5BBDDE: hue angle of 195.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBDDE is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91189222-
CMYK0.590.1500.13
HSL195.11º66.5%61.37%-
HSV(B)195.11º59.01%87.06%-
XYZ35.743.8975.7-
YUV163.46161.0376.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=18.13%
G=37.65%
B=44.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal911892220.590.1500.13195.1166.561.37
Hex5BBDDE3BF0Dc3423d
Octal133275336731701530310275
Binary10110111011110111011110111011111101101110000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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