#5BC4E1

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

Shades of Malibu #5BC4E1

Tints of Malibu #5BC4E1

Color information

#5BC4E1 (or 0x5BC4E1) is unknown color: approx Malibu. HEX triplet: 5B, C4 and E1. RGB value is (91,196,225). Sum of RGB (Red+Green+Blue) = 91+196+225=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BC4E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC4E1 is #A43B1E. Grayscale: #A7A7A7. Windows color (decimal): -10763039 or 14795867. OLE color: 14795867.

HSL color Cylindrical-coordinate representation of color #5BC4E1: hue angle of 192.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BC4E1 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91196225-
CMYK0.600.1300.12
HSL192.99º69.07%61.96%-
HSV(B)192.99º59.56%88.24%-
XYZ37.6447.1478.35-
YUV167.91160.2173.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.77%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=17.77%
G=38.28%
B=43.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911962250.600.1300.12192.9969.0761.96
Hex5BC4E13CD0Cc1453e
Octal133304341741501430110576
Binary10110111100010011100001111100110101100110000011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,196,225); }

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

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

 a { background-color: rgb(91,196,225); }

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

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

 span { border-color: rgb(91,196,225); }

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