#5BC3E0

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

Shades of Malibu #5BC3E0

Tints of Malibu #5BC3E0

Color information

#5BC3E0 (or 0x5BC3E0) is unknown color: approx Malibu. HEX triplet: 5B, C3 and E0. RGB value is (91,195,224). Sum of RGB (Red+Green+Blue) = 91+195+224=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BC3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC3E0 is #A43C1F. Grayscale: #A6A6A6. Windows color (decimal): -10763296 or 14730075. OLE color: 14730075.

HSL color Cylindrical-coordinate representation of color #5BC3E0: hue angle of 193.08º 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 #5BC3E0 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91195224-
CMYK0.590.1300.12
HSL193.08º68.21%61.76%-
HSV(B)193.08º59.38%87.84%-
XYZ37.2846.6477.56-
YUV167.21160.0473.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.84%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 224 (87.89% from 255) = 43.92%
R=17.84%
G=38.24%
B=43.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911952240.590.1300.12193.0868.2161.76
Hex5BC3E03BD0Cc1443e
Octal133303340731501430110476
Binary10110111100001111100000111011110101100110000011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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