#4CBCFC

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

Shades of Malibu #4CBCFC

Tints of Malibu #4CBCFC

Color information

#4CBCFC (or 0x4CBCFC) is unknown color: approx Malibu. HEX triplet: 4C, BC and FC. RGB value is (76,188,252). Sum of RGB (Red+Green+Blue) = 76+188+252=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBCFC is #B34303. Grayscale: #A1A1A1. Windows color (decimal): -11748100 or 16563276. OLE color: 16563276.

HSL color Cylindrical-coordinate representation of color #4CBCFC: hue angle of 201.82º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBCFC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB76188252-
CMYK0.700.2500.01
HSL201.82º96.7%64.31%-
HSV(B)201.82º69.84%98.82%-
XYZ38.5344.5398.66-
YUV161.81178.8966.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.73%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=14.73%
G=36.43%
B=48.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal761882520.700.2500.01201.8296.764.31
Hex4CBCFC461901ca6140
Octal1142743741063101312141100
Binary10011001011110011111100100011011001011100101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,252); }

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

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

 a { background-color: rgb(76,188,252); }

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

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

 span { border-color: rgb(76,188,252); }

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