#4CCBF2

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

Shades of Malibu #4CCBF2

Tints of Malibu #4CCBF2

Color information

#4CCBF2 (or 0x4CCBF2) is unknown color: approx Malibu. HEX triplet: 4C, CB and F2. RGB value is (76,203,242). Sum of RGB (Red+Green+Blue) = 76+203+242=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CCBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBF2 is #B3340D. Grayscale: #A9A9A9. Windows color (decimal): -11744270 or 15911756. OLE color: 15911756.

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

Color convert

RGB76203242-
CMYK0.690.1600.05
HSL194.1º86.46%62.35%-
HSV(B)194.1º68.6%94.9%-
XYZ40.3650.6691.66-
YUV169.47168.9261.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.59%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=14.59%
G=38.96%
B=46.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762032420.690.1600.05194.186.4662.35
Hex4CCBF2451005c2563e
Octal114313362105200530212676
Binary100110011001011111100101000101100000101110000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,203,242); }

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

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

 a { background-color: rgb(76,203,242); }

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

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

 span { border-color: rgb(76,203,242); }

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