#4FBBF1

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

Shades of Malibu #4FBBF1

Tints of Malibu #4FBBF1

Color information

#4FBBF1 (or 0x4FBBF1) is unknown color: approx Malibu. HEX triplet: 4F, BB and F1. RGB value is (79,187,241). Sum of RGB (Red+Green+Blue) = 79+187+241=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FBBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBBF1 is #B0440E. Grayscale: #A0A0A0. Windows color (decimal): -11551759 or 15842127. OLE color: 15842127.

HSL color Cylindrical-coordinate representation of color #4FBBF1: hue angle of 200º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBBF1 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79187241-
CMYK0.670.2200.05
HSL200º85.26%62.75%-
HSV(B)200º67.22%94.51%-
XYZ36.8743.5589.68-
YUV160.86173.2269.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.58%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=15.58%
G=36.88%
B=47.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791872410.670.2200.0520085.2662.75
Hex4FBBF1431605c8553f
Octal117273361103260531012577
Binary100111110111011111100011000011101100101110010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FBBF1; }

 p { color: rgb(79,187,241); }

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

<style>
 a { background-color: #4FBBF1; }

 a { background-color: rgb(79,187,241); }

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

<style>
 span { border-color: #4FBBF1; }

 span { border-color: rgb(79,187,241); }

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