#5bc1ef

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

Shades of Malibu #5BC1EF

Tints of Malibu #5BC1EF

Color information

#5BC1EF (or 0x5BC1EF) is unknown color: approx Malibu. HEX triplet: 5B, C1 and EF. RGB value is (91,193,239). Sum of RGB (Red+Green+Blue) = 91+193+239=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BC1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC1EF is #A43E10. Grayscale: #A7A7A7. Windows color (decimal): -10763793 or 15712603. OLE color: 15712603.

HSL color Cylindrical-coordinate representation of color #5BC1EF: hue angle of 198.65º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BC1EF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91193239-
CMYK0.620.1900.06
HSL198.65º82.22%64.71%-
HSV(B)198.65º61.92%93.73%-
XYZ38.9646.688.6-
YUV167.75168.2173.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.40%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=17.40%
G=36.90%
B=45.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911932390.620.1900.06198.6582.2264.71
Hex5BC1EF3E1306c75241
Octal133301357762306307122101
Binary101101111000001111011111111101001101101100011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,193,239); }

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

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

 a { background-color: rgb(91,193,239); }

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

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

 span { border-color: rgb(91,193,239); }

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