#5bb8e0

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

Shades of Malibu #5BB8E0

Tints of Malibu #5BB8E0

Color information

#5BB8E0 (or 0x5BB8E0) is unknown color: approx Malibu. HEX triplet: 5B, B8 and E0. RGB value is (91,184,224). Sum of RGB (Red+Green+Blue) = 91+184+224=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BB8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8E0 is #A4471F. Grayscale: #A0A0A0. Windows color (decimal): -10766112 or 14727259. OLE color: 14727259.

HSL color Cylindrical-coordinate representation of color #5BB8E0: hue angle of 198.05º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BB8E0 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91184224-
CMYK0.590.1800.12
HSL198.05º68.21%61.76%-
HSV(B)198.05º59.38%87.84%-
XYZ34.9141.8976.77-
YUV160.75163.6978.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.24%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=18.24%
G=36.87%
B=44.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911842240.590.1800.12198.0568.2161.76
Hex5BB8E03B120Cc6443e
Octal133270340732201430610476
Binary101101110111000111000001110111001001100110001101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bb8e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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