#4CC8FB

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

Shades of Malibu #4CC8FB

Tints of Malibu #4CC8FB

Color information

#4CC8FB (or 0x4CC8FB) is unknown color: approx Malibu. HEX triplet: 4C, C8 and FB. RGB value is (76,200,251). Sum of RGB (Red+Green+Blue) = 76+200+251=527 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.42% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CC8FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC8FB is #B33704. Grayscale: #A8A8A8. Windows color (decimal): -11745029 or 16500812. OLE color: 16500812.

HSL color Cylindrical-coordinate representation of color #4CC8FB: hue angle of 197.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CC8FB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB76200251-
CMYK0.700.2000.02
HSL197.49º95.63%64.12%-
HSV(B)197.49º69.72%98.43%-
XYZ41.0549.8198.72-
YUV168.74174.4261.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.42%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=14.42%
G=37.95%
B=47.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762002510.700.2000.02197.4995.6364.12
Hex4CC8FB461402c56040
Octal1143103731062402305140100
Binary100110011001000111110111000110101000101100010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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