#5BC4EF

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

Shades of Malibu #5BC4EF

Tints of Malibu #5BC4EF

Color information

#5BC4EF (or 0x5BC4EF) is unknown color: approx Malibu. HEX triplet: 5B, C4 and EF. RGB value is (91,196,239). Sum of RGB (Red+Green+Blue) = 91+196+239=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BC4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC4EF is #A43B10. Grayscale: #A9A9A9. Windows color (decimal): -10763025 or 15713371. OLE color: 15713371.

HSL color Cylindrical-coordinate representation of color #5BC4EF: hue angle of 197.43º 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 #5BC4EF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91196239-
CMYK0.620.1800.06
HSL197.43º82.22%64.71%-
HSV(B)197.43º61.92%93.73%-
XYZ39.6347.9488.82-
YUV169.51167.2172-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.30%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=17.30%
G=37.26%
B=45.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911962390.620.1800.06197.4382.2264.71
Hex5BC4EF3E1206c55241
Octal133304357762206305122101
Binary101101111000100111011111111101001001101100010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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