#5BBDEC

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

Shades of Malibu #5BBDEC

Tints of Malibu #5BBDEC

Color information

#5BBDEC (or 0x5BBDEC) is unknown color: approx Malibu. HEX triplet: 5B, BD and EC. RGB value is (91,189,236). Sum of RGB (Red+Green+Blue) = 91+189+236=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDEC is #A44213. Grayscale: #A4A4A4. Windows color (decimal): -10764820 or 15514971. OLE color: 15514971.

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

Color convert

RGB91189236-
CMYK0.610.2000.07
HSL199.45º79.23%64.12%-
HSV(B)199.45º61.44%92.55%-
XYZ37.6544.6886-
YUV165.06168.0375.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.64%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=17.64%
G=36.63%
B=45.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911892360.610.2000.07199.4579.2364.12
Hex5BBDEC3D1407c74f40
Octal133275354752407307117100
Binary101101110111101111011001111011010001111100011110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,189,236); }

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

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

 a { background-color: rgb(91,189,236); }

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

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

 span { border-color: rgb(91,189,236); }

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