#4CFBF0

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

Shades of Baby Blue #4CFBF0

Tints of Baby Blue #4CFBF0

Color information

#4CFBF0 (or 0x4CFBF0) is unknown color: approx Baby Blue. HEX triplet: 4C, FB and F0. RGB value is (76,251,240). Sum of RGB (Red+Green+Blue) = 76+251+240=567 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.40% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF0 is #B3040F. Grayscale: #C5C5C5. Windows color (decimal): -11731984 or 15792972. OLE color: 15792972.

HSL color Cylindrical-coordinate representation of color #4CFBF0: hue angle of 176.23º 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 #4CFBF0 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB76251240-
CMYK0.7000.040.02
HSL176.23º95.63%64.12%-
HSV(B)176.23º69.72%98.43%-
XYZ53.2176.8294.46-
YUV197.42152.0241.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.40%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=13.40%
G=44.27%
B=42.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762512400.7000.040.02176.2395.6364.12
Hex4CFBF046042b06040
Octal114373360106042260140100
Binary1001100111110111111000010001100100101011000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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