#5BB8D6

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

Shades of Malibu #5BB8D6

Tints of Malibu #5BB8D6

Color information

#5BB8D6 (or 0x5BB8D6) is unknown color: approx Malibu. HEX triplet: 5B, B8 and D6. RGB value is (91,184,214). Sum of RGB (Red+Green+Blue) = 91+184+214=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #5BB8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8D6 is #A44729. Grayscale: #9F9F9F. Windows color (decimal): -10766122 or 14071899. OLE color: 14071899.

HSL color Cylindrical-coordinate representation of color #5BB8D6: hue angle of 194.63º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BB8D6 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB91184214-
CMYK0.570.1400.16
HSL194.63º60%59.8%-
HSV(B)194.63º57.48%83.92%-
XYZ33.5941.3669.83-
YUV159.61158.6979.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.61%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 214 (83.98% from 255) = 43.76%
R=18.61%
G=37.63%
B=43.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal911842140.570.1400.16194.636059.8
Hex5BB8D639E010c33c3c
Octal13327032671160203037474
Binary10110111011100011010110111001111001000011000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,184,214); }

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

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

 a { background-color: rgb(91,184,214); }

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

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

 span { border-color: rgb(91,184,214); }

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