#5BB4F3

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

Shades of Malibu #5BB4F3

Tints of Malibu #5BB4F3

Color information

#5BB4F3 (or 0x5BB4F3) is unknown color: approx Malibu. HEX triplet: 5B, B4 and F3. RGB value is (91,180,243). Sum of RGB (Red+Green+Blue) = 91+180+243=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BB4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4F3 is #A44B0C. Grayscale: #A0A0A0. Windows color (decimal): -10767117 or 15971419. OLE color: 15971419.

HSL color Cylindrical-coordinate representation of color #5BB4F3: hue angle of 204.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BB4F3 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91180243-
CMYK0.630.2600.05
HSL204.87º86.36%65.49%-
HSV(B)204.87º62.55%95.29%-
XYZ36.8141.3490.83-
YUV160.57174.5178.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.70%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 243 (95.31% from 255) = 47.28%
R=17.70%
G=35.02%
B=47.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911802430.630.2600.05204.8786.3665.49
Hex5BB4F33F1A05cd5641
Octal133264363773205315126101
Binary101101110110100111100111111111101001011100110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,243); }

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

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

 a { background-color: rgb(91,180,243); }

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

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

 span { border-color: rgb(91,180,243); }

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