#4CC1F1

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

Shades of Malibu #4CC1F1

Tints of Malibu #4CC1F1

Color information

#4CC1F1 (or 0x4CC1F1) is unknown color: approx Malibu. HEX triplet: 4C, C1 and F1. RGB value is (76,193,241). Sum of RGB (Red+Green+Blue) = 76+193+241=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #4CC1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC1F1 is #B33E0E. Grayscale: #A3A3A3. Windows color (decimal): -11746831 or 15843660. OLE color: 15843660.

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

Color convert

RGB76193241-
CMYK0.680.2000.05
HSL197.45º85.49%62.16%-
HSV(B)197.45º68.46%94.51%-
XYZ37.9346.0390.1-
YUV163.49171.7465.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.90%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=14.90%
G=37.84%
B=47.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal761932410.680.2000.05197.4585.4962.16
Hex4CC1F1441405c5553e
Octal114301361104240530512576
Binary100110011000001111100011000100101000101110001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,241); }

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

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

 a { background-color: rgb(76,193,241); }

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

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

 span { border-color: rgb(76,193,241); }

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