#4CFBF2

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

Shades of Baby Blue #4CFBF2

Tints of Baby Blue #4CFBF2

Color information

#4CFBF2 (or 0x4CFBF2) is unknown color: approx Baby Blue. HEX triplet: 4C, FB and F2. RGB value is (76,251,242). Sum of RGB (Red+Green+Blue) = 76+251+242=569 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.36% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF2 is #B3040D. Grayscale: #C5C5C5. Windows color (decimal): -11731982 or 15924044. OLE color: 15924044.

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

Color convert

RGB76251242-
CMYK0.7000.040.02
HSL176.91º95.63%64.12%-
HSV(B)176.91º69.72%98.43%-
XYZ53.576.9496.04-
YUV197.65153.0241.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.36%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=13.36%
G=44.11%
B=42.53%

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
Decimal762512420.7000.040.02176.9195.6364.12
Hex4CFBF246042b16040
Octal114373362106042261140100
Binary1001100111110111111001010001100100101011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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