#5BCAF0

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

Shades of Malibu #5BCAF0

Tints of Malibu #5BCAF0

Color information

#5BCAF0 (or 0x5BCAF0) is unknown color: approx Malibu. HEX triplet: 5B, CA and F0. RGB value is (91,202,240). Sum of RGB (Red+Green+Blue) = 91+202+240=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #5BCAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAF0 is #A4350F. Grayscale: #ACACAC. Windows color (decimal): -10761488 or 15780443. OLE color: 15780443.

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

Color convert

RGB91202240-
CMYK0.620.1600.06
HSL195.3º83.24%64.9%-
HSV(B)195.3º62.08%94.12%-
XYZ41.1650.7690.07-
YUV173.14165.7369.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.07%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=17.07%
G=37.90%
B=45.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912022400.620.1600.06195.383.2464.9
Hex5BCAF03E1006c35341
Octal133312360762006303123101
Binary101101111001010111100001111101000001101100001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,202,240); }

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

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

 a { background-color: rgb(91,202,240); }

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

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

 span { border-color: rgb(91,202,240); }

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