#5BC5ED

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

Shades of Malibu #5BC5ED

Tints of Malibu #5BC5ED

Color information

#5BC5ED (or 0x5BC5ED) is unknown color: approx Malibu. HEX triplet: 5B, C5 and ED. RGB value is (91,197,237). Sum of RGB (Red+Green+Blue) = 91+197+237=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BC5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC5ED is #A43A12. Grayscale: #A9A9A9. Windows color (decimal): -10762771 or 15582555. OLE color: 15582555.

HSL color Cylindrical-coordinate representation of color #5BC5ED: hue angle of 196.44º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BC5ED is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91197237-
CMYK0.620.1700.07
HSL196.44º80.22%64.31%-
HSV(B)196.44º61.6%92.94%-
XYZ39.5748.2787.35-
YUV169.87165.8871.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.33%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=17.33%
G=37.52%
B=45.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911972370.620.1700.07196.4480.2264.31
Hex5BC5ED3E1107c45040
Octal133305355762107304120100
Binary101101111000101111011011111101000101111100010010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,197,237); }

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

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

 a { background-color: rgb(91,197,237); }

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

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

 span { border-color: rgb(91,197,237); }

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