#4CC8EF

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

Shades of Malibu #4CC8EF

Tints of Malibu #4CC8EF

Color information

#4CC8EF (or 0x4CC8EF) is unknown color: approx Malibu. HEX triplet: 4C, C8 and EF. RGB value is (76,200,239). Sum of RGB (Red+Green+Blue) = 76+200+239=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CC8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC8EF is #B33710. Grayscale: #A7A7A7. Windows color (decimal): -11745041 or 15714380. OLE color: 15714380.

HSL color Cylindrical-coordinate representation of color #4CC8EF: hue angle of 194.36º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC8EF is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76200239-
CMYK0.680.1600.06
HSL194.36º83.59%61.76%-
HSV(B)194.36º68.2%93.73%-
XYZ39.2149.0889.07-
YUV167.37168.4262.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.76%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=14.76%
G=38.83%
B=46.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762002390.680.1600.06194.3683.5961.76
Hex4CC8EF441006c2543e
Octal114310357104200630212476
Binary100110011001000111011111000100100000110110000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,200,239); }

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

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

 a { background-color: rgb(76,200,239); }

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

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

 span { border-color: rgb(76,200,239); }

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