#4CFBF1

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

Shades of Baby Blue #4CFBF1

Tints of Baby Blue #4CFBF1

Color information

#4CFBF1 (or 0x4CFBF1) is unknown color: approx Baby Blue. HEX triplet: 4C, FB and F1. RGB value is (76,251,241). Sum of RGB (Red+Green+Blue) = 76+251+241=568 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.38% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF1 is #B3040E. Grayscale: #C5C5C5. Windows color (decimal): -11731983 or 15858508. OLE color: 15858508.

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

Color convert

RGB76251241-
CMYK0.7000.040.02
HSL176.57º95.63%64.12%-
HSV(B)176.57º69.72%98.43%-
XYZ53.3576.8895.25-
YUV197.53152.5241.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.38%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=13.38%
G=44.19%
B=42.43%

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
Decimal762512410.7000.040.02176.5795.6364.12
Hex4CFBF146042b16040
Octal114373361106042261140100
Binary1001100111110111111000110001100100101011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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