#5bb4ea

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

Shades of Malibu #5BB4EA

Tints of Malibu #5BB4EA

Color information

#5BB4EA (or 0x5BB4EA) is unknown color: approx Malibu. HEX triplet: 5B, B4 and EA. RGB value is (91,180,234). Sum of RGB (Red+Green+Blue) = 91+180+234=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BB4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4EA is #A44B15. Grayscale: #9F9F9F. Windows color (decimal): -10767126 or 15381595. OLE color: 15381595.

HSL color Cylindrical-coordinate representation of color #5BB4EA: hue angle of 202.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB4EA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91180234-
CMYK0.610.2300.08
HSL202.66º77.3%63.73%-
HSV(B)202.66º61.11%91.76%-
XYZ35.4940.8183.85-
YUV159.55170.0179.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=18.02%
G=35.64%
B=46.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911802340.610.2300.08202.6677.363.73
Hex5BB4EA3D1708cb4d40
Octal1332643527527010313115100
Binary1011011101101001110101011110110111010001100101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bb4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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