#4FC5EB

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

Shades of Malibu #4FC5EB

Tints of Malibu #4FC5EB

Color information

#4FC5EB (or 0x4FC5EB) is unknown color: approx Malibu. HEX triplet: 4F, C5 and EB. RGB value is (79,197,235). Sum of RGB (Red+Green+Blue) = 79+197+235=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FC5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC5EB is #B03A14. Grayscale: #A5A5A5. Windows color (decimal): -11549205 or 15451471. OLE color: 15451471.

HSL color Cylindrical-coordinate representation of color #4FC5EB: hue angle of 194.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FC5EB is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB79197235-
CMYK0.660.1600.08
HSL194.62º79.59%61.57%-
HSV(B)194.62º66.38%92.16%-
XYZ38.1947.5985.77-
YUV166.05166.9165.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.46%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=15.46%
G=38.55%
B=45.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal791972350.660.1600.08194.6279.5961.57
Hex4FC5EB421008c3503e
Octal1173053531022001030312076
Binary1001111110001011110101110000101000001000110000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,197,235); }

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

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

 a { background-color: rgb(79,197,235); }

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

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

 span { border-color: rgb(79,197,235); }

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